Exceptions class.
More...
#include <Exceptions.hpp>
◆ Exceptions() [1/2]
Exceptions::Exceptions |
( |
| ) |
|
|
inline |
◆ Exceptions() [2/2]
Exceptions::Exceptions |
( |
std::string |
msg | ) |
|
|
inline |
Construct a new Exceptions object.
- Parameters
-
msg | Message to throw when the exception is catch |
◆ ~Exceptions()
Exceptions::~Exceptions |
( |
| ) |
|
|
inline |
◆ what()
const char* Exceptions::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inline |
Get the message to throw.
- Returns
- std::string Message to throw
The documentation for this class was generated from the following file: