Eris 1.3.19
|
This is the Eris base for all exceptions; note it inherits from std::except, which isn't ideal. More...
#include <Exceptions.h>
Public Member Functions | |
BaseException (const std::string &m) | |
Public Attributes | |
const std::string | _msg |
This is the Eris base for all exceptions; note it inherits from std::except, which isn't ideal.
One option would be to refactor the various final exceptions so they inherit from the 'closest' ISO C++ exception, but it hardly seems worth it.