![]() |
R-Type
2
Doom but in better
|
This is the class in charge of informing the user that they tried to display a non-existent or invalid component during the extraction of the content from std::any. More...
#include <Invalid.hpp>
Public Member Functions | |
InvalidType (const std::string &extraDetails="") | |
Construct a new Invalid Type object. | |
~InvalidType () | |
Destroy the Invalid Type object. | |
const char * | what () const noexcept |
Retrieves the error message. | |
This is the class in charge of informing the user that they tried to display a non-existent or invalid component during the extraction of the content from std::any.
Definition at line 517 of file Invalid.hpp.
CustomExceptions::InvalidType::InvalidType | ( | const std::string & | extraDetails = "" | ) |
Construct a new Invalid Type object.
extraDetails | a string of a more detailed explanation of their error. |
Definition at line 344 of file Invalid.cpp.
CustomExceptions::InvalidType::~InvalidType | ( | ) |
Destroy the Invalid Type object.
Definition at line 354 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 356 of file Invalid.cpp.