R-Type
1.0.0
R-Type Project from Epitech
|
46 const char *
what()
const throw()
48 return _message.c_str();
Exceptions class.
Definition: Exceptions.hpp:17
Exceptions()
Construct a new Exceptions object.
Definition: Exceptions.hpp:23
~Exceptions()
Destroy the Exceptions object.
Definition: Exceptions.hpp:38
Exceptions(std::string msg)
Construct a new Exceptions object.
Definition: Exceptions.hpp:31
const char * what() const
Get the message to throw.
Definition: Exceptions.hpp:46