[C#] Add initial hooks, the C# code compiles, the C not at all
[ldk-java] / c_sharp / src / org / ldk / util / UnqualifiedError.cs
1 namespace org { namespace ldk { namespace util {
2
3 /**
4  * An type for cases where no additional information is available.
5  * In general, if you've gotten this far the cause of the error should already be clear.
6  */
7 public class UnqualifiedError {
8     public UnqualifiedError(int _dummy) {}
9 }
10
11 } } }