|
Babel
1
The voip software that only works on your local network
|
Exception class for invalid TOML files. More...
#include <Invalid.hpp>


Public Member Functions | |
| InvalidTOML (const std::string &path="", const std::string &error="") | |
| Construct a new InvalidTOML object. | |
| ~InvalidTOML () | |
| Destroy the InvalidTOML object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for invalid TOML files.
Definition at line 241 of file Invalid.hpp.
| CustomExceptions::InvalidTOML::InvalidTOML | ( | const std::string & | path = "", |
| const std::string & | error = "" ) |
Construct a new InvalidTOML object.
| path | The path to the TOML file provided by the user. |
| error | Additional information about the error. |
Definition at line 171 of file Invalid.cpp.
| CustomExceptions::InvalidTOML::~InvalidTOML | ( | ) |
Destroy the InvalidTOML object.
Definition at line 179 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 181 of file Invalid.cpp.