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


Public Member Functions | |
| InvalidTOML (const std::string &path="", const std::string &error="") | |
| Construct a new Invalid toml object. | |
| ~InvalidTOML () | |
| Destroy the Invalid toml object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
This is the class in charge of informing the user that the toml file they provided is invalid.
Definition at line 608 of file Invalid.hpp.
| CustomExceptions::InvalidTOML::InvalidTOML | ( | const std::string & | path = "", |
| const std::string & | error = "" ) |
Construct a new Invalid toml object.
| path | The path to the toml file provided by the user |
| error | Additional information about the error. |
Definition at line 411 of file Invalid.cpp.
| CustomExceptions::InvalidTOML::~InvalidTOML | ( | ) |
Destroy the Invalid toml object.
Definition at line 419 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 421 of file Invalid.cpp.