An exception class for Elma. More...
#include <exceptions.h>


Public Member Functions | |
| Exception (const std::string &what) | |
| const char * | what () const throw () |
An exception class for Elma.
Exception messages will be prefixed with "Elma error: " but otherwise look like run time errors.
Definition at line 13 of file exceptions.h.
1.8.8