4e1126eac790050f588a05f9c806990ef5226145
[iotcloud.git] / version2 / src / C / Error.h
1 #ifndef ERROR_H
2 #define ERROR_H
3 class Error {
4 public:
5         Error(const char *msg) {}
6 };
7
8 #endif