Claw
1.7.3
|
A simple class to use as exception with string message. More...
#include <exception.hpp>
Public Member Functions | |
exception (const std::string &msg) throw () | |
Constructor. | |
~exception () throw () | |
Desctructor. | |
const char * | what () const throw () |
Get a short description of the problem. |
A simple class to use as exception with string message.
Definition at line 42 of file exception.hpp.
|
inline |
Constructor.
msg | A short description of the problem. |
Definition at line 50 of file exception.hpp.