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


Public Member Functions | |
| InvalidTOMLKeyType (const std::string &tomlPath="", const std::string &tomlKey="", const std::string ¤tType="", const std::string &expectedType="") | |
| Construct a new InvalidTOMLKeyType object. | |
| ~InvalidTOMLKeyType () | |
| Destroy the InvalidTOMLKeyType object. | |
| const char * | what () const noexcept |
| Retrieves the error message. | |
Exception class for invalid TOML key types.
Definition at line 268 of file Invalid.hpp.
| CustomExceptions::InvalidTOMLKeyType::InvalidTOMLKeyType | ( | const std::string & | tomlPath = "", |
| const std::string & | tomlKey = "", | ||
| const std::string & | currentType = "", | ||
| const std::string & | expectedType = "" ) |
Construct a new InvalidTOMLKeyType object.
| tomlPath | The path to the TOML file. |
| tomlKey | The key that contains the invalid type. |
| currentType | The current type of the key in the configuration file. |
| expectedType | The expected type of the key. |
Definition at line 186 of file Invalid.cpp.
| CustomExceptions::InvalidTOMLKeyType::~InvalidTOMLKeyType | ( | ) |
Destroy the InvalidTOMLKeyType object.
Definition at line 200 of file Invalid.cpp.
|
noexcept |
Retrieves the error message.
Definition at line 202 of file Invalid.cpp.