Any Exception thrown by the DM will be derived from this class. More...
#include "Exception.hpp"
Public Types | |
typedef NG_exception | base |
Public Member Functions | |
Exception (const char *errorMessage) | |
Exception (const Exception &) | |
Exception & | operator= (const Exception &) |
![]() | |
NG_exception (std::string a_reason) | |
NG_exception (const char *a_reason) | |
virtual const char * | what () const noexcept |