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


Public Member Functions | |
| InvalidWindowY (const std::string &argument="") | |
| Construct a new Invalid Window Width object. | |
| ~InvalidWindowY () | |
| 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 Y position is invalid.
Definition at line 299 of file Invalid.hpp.
| CustomExceptions::InvalidWindowY::InvalidWindowY | ( | const std::string & | argument = "" | ) |
Construct a new Invalid Window Width object.
| argument | The Y position provided by the user. |
Definition at line 204 of file Invalid.cpp.
| CustomExceptions::InvalidWindowY::~InvalidWindowY | ( | ) |
Destroy the Invalid Window Width object.
Definition at line 213 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 215 of file Invalid.cpp.