30 Errors(std::string
const &message)
throw();
42 const char *
what()
const throw();
Error namespace that will contain all Error types.
Definition: Errors.hpp:18
Erorr class to handle throw.
Definition: Errors.hpp:22
const char * what() const
Define the message error object.
Definition: Errors.cpp:18
Errors(std::string const &message)
Construct a new Errors object.
Definition: Errors.cpp:10
virtual ~Errors()
Destroy the Errors object.
Definition: Errors.cpp:14