Structure for throwing exceptions based on strings. More...
#include <Exceptions.hpp>


Public Member Functions | |
| MyException (string cc) | |
| Constructor of the MyException structure. More... | |
| ~MyException () throw () | |
| Destructor of the MyException structure. More... | |
| const char * | what () const throw () |
| Throw exception function. More... | |
Private Attributes | |
| string | m_c |
Structure for throwing exceptions based on strings.
|
inline |
Constructor of the MyException structure.
| cc | string containing the exception to throw |
|
inline | |||||||||||||
Destructor of the MyException structure.
|
inline | |||||||||||||
Throw exception function.
|
private |