GoPxL SDK
Home
Files
Namespace
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
:
26
GoChannelError
();
27
28
GoChannelError
(
const
char
* message);
29
};
30
31
}
32
33
#endif
GoPxLSdkClass
#define GoPxLSdkClass
Definition:
Def.h:35
GoPxLSdk::GoChannelError
Definition:
GoChannelError.h:17
GoPxLSdk
Definition:
Def.h:46
GoChannelError.h