|
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the window height is invalid. More...
#include <Invalid.hpp>


Public Member Functions | |
| InvalidWindowHeight (const std::string &argument="") | |
| Construct a new Invalid Window Height object. | |
| ~InvalidWindowHeight () | |
| Destroy the Invalid Window Height object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the window height is invalid.
Definition at line 328 of file Invalid.hpp.
| CustomExceptions::InvalidWindowHeight::InvalidWindowHeight | ( | const std::string & | argument = "" | ) |
Construct a new Invalid Window Height object.
| argument | The height provided by the user. |
Definition at line 220 of file Invalid.cpp.
| CustomExceptions::InvalidWindowHeight::~InvalidWindowHeight | ( | ) |
Destroy the Invalid Window Height object.
Definition at line 229 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 231 of file Invalid.cpp.