![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the window width is invalid. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidWindowWidth (const std::string &argument="") | |
Construct a new Invalid Window Width object. | |
~InvalidWindowWidth () | |
Destroy the Invalid Window Width object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that the window width is invalid.
Definition at line 241 of file Invalid.hpp.
CustomExceptions::InvalidWindowWidth::InvalidWindowWidth | ( | const std::string & | argument = "" | ) |
Construct a new Invalid Window Width object.
argument | The width provided by the user. |
Definition at line 172 of file Invalid.cpp.
CustomExceptions::InvalidWindowWidth::~InvalidWindowWidth | ( | ) |
Destroy the Invalid Window Width object.
Definition at line 181 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 183 of file Invalid.cpp.