#include <crate.h>
Public Member Functions | |
CrateException (const std::string &str) throw () | |
Provide a description on construction. | |
virtual const char * | what () const throw () |
Override std::exception method. | |
Private Attributes | |
std::string | desc |
Definition at line 28 of file crate.h.
|
Provide a description on construction.
|
|
Override std::exception method.
|