GoPxL SDK
GoJsonError.h
Go to the documentation of this file.
1 
10 #ifndef GO_PXL_SDK_GOJSONERROR_H
11 #define GO_PXL_SDK_GOJSONERROR_H
12 
13 #include <stdexcept>
14 
15 namespace GoPxLSdk
16 {
17 
18 class GoPxLSdkClass GoJsonError : public std::runtime_error
19 {
20 public:
27  GoJsonError();
28 
29  GoJsonError(const char* message);
30 };
31 
32 }
33 
34 #endif
#define GoPxLSdkClass
Definition: Def.h:35
Definition: GoJsonError.h:18
Definition: Def.h:46