GoPxL SDK
Home
Files
Namespace
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
GoPxLSdkClass
#define GoPxLSdkClass
Definition:
Def.h:35
GoPxLSdk::GoJsonError
Definition:
GoJsonError.h:18
GoPxLSdk
Definition:
Def.h:46
GoJsonError.h