|
Elma
An event loop manager for embedded systems
|
An exception class for Elma. More...
#include <exceptions.h>
Inheritance diagram for elma::Exception:
Collaboration diagram for elma::Exception: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.