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