edits
[iotcloud.git] / version2 / src / C / Error.h
index 4e1126eac790050f588a05f9c806990ef5226145..7fcd2a9eccc353866e84b1f75660f43300772d5e 100644 (file)
@@ -5,4 +5,13 @@ public:
        Error(const char *msg) {}
 };
 
+class Exception {
+public:
+       Exception(const char *msg) {}
+};
+
+class ServerException {
+public:
+       ServerException(const char *msg) {}
+};
 #endif