Base class for all exceptions thrown by the RPC API.
More...
#include <RpcException.hpp>
Base class for all exceptions thrown by the RPC API.
◆ RpcException() [1/3]
| RpcException |
( |
const std::string & | message | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
| message | The exception message. |
◆ RpcException() [2/3]
| RpcException |
( |
const char * | message | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
| message | The exception message. |
◆ RpcException() [3/3]
| RpcException |
( |
const RpcException & | other | ) |
|
|
defaultnoexcept |
◆ ~RpcException()
◆ operator=()
◆ what()
| const char * what |
( |
| ) |
const |
|
inlinenoexcept |
Returns the explanatory string.
The documentation for this class was generated from the following file: