![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that the height they entered is invalid. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidFontPath (const std::string &path="") | |
Construct a new Invalid Font Path object. | |
~InvalidFontPath () | |
Destroy the Invalid Font Path object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that the height they entered is invalid.
Definition at line 458 of file Invalid.hpp.
CustomExceptions::InvalidFontPath::InvalidFontPath | ( | const std::string & | path = "" | ) |
Construct a new Invalid Font Path object.
path | The path of the font that was provided by the user. |
Definition at line 310 of file Invalid.cpp.
CustomExceptions::InvalidFontPath::~InvalidFontPath | ( | ) |
Destroy the Invalid Font Path object.
Definition at line 319 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 321 of file Invalid.cpp.