DLS
1.6
|
Base class for all LibDLS exceptions. More...
Public Member Functions | |
Exception (const std::string &pmsg) | |
Constructor. More... | |
Public Attributes | |
std::string | msg |
Reason for the exception. More... | |
Base class for all LibDLS exceptions.
Definition at line 36 of file Exception.h.
|
inline |
std::string LibDLS::Exception::msg |
Reason for the exception.
Definition at line 45 of file Exception.h.