[C#] Add initial hooks, the C# code compiles, the C not at all
[ldk-java] / c_sharp / src / org / ldk / util / UnqualifiedError.cs
diff --git a/c_sharp/src/org/ldk/util/UnqualifiedError.cs b/c_sharp/src/org/ldk/util/UnqualifiedError.cs
new file mode 100644 (file)
index 0000000..6799286
--- /dev/null
@@ -0,0 +1,11 @@
+namespace org { namespace ldk { namespace util {
+
+/**
+ * An type for cases where no additional information is available.
+ * In general, if you've gotten this far the cause of the error should already be clear.
+ */
+public class UnqualifiedError {
+    public UnqualifiedError(int _dummy) {}
+}
+
+} } }