Fabcoin Core
0.16.2
P2P Digital Currency
|
Base class for all exceptions. More...
#include <Exceptions.h>
Public Member Functions | |
Exception (std::string _message=std::string()) | |
const char * | what () const noexceptoverride |
Private Attributes | |
std::string | m_message |
Base class for all exceptions.
Definition at line 39 of file Exceptions.h.
|
inline |
|
inlineoverridenoexcept |
|
private |
Definition at line 45 of file Exceptions.h.