My Project
|
Erorr class to handle throw. More...
#include <Errors.hpp>
Public Member Functions | |
Errors (std::string const &message) throw () | |
Construct a new Errors object. More... | |
virtual | ~Errors () throw () |
Destroy the Errors object. | |
const char * | what () const throw () |
Define the message error object. More... | |
Erorr class to handle throw.
Error::Errors::Errors | ( | std::string const & | message | ) | |
throw | ( | ||||
) |
Construct a new Errors object.
message | Message to throw |
const char * Error::Errors::what | ( | ) | const | |
throw | ( | |||
) |
Define the message error object.