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