![]() |
libconfig v2.1.0
Reflection based C++ configuration library
|
Thrown when parsing the configuration file fails. More...
#include <exceptions.h>
Private Member Functions | |
| ConfigError (const std::string &what) | |
| Constructs a ConfigError with a specific message. | |
Additional Inherited Members | |
Public Member Functions inherited from fourdst::config::exceptions::ConfigError | |
| ConfigError (const std::string &what) | |
| Constructs a ConfigError with a specific message. | |
| const char * | what () const noexcept override |
| Returns the error message. | |
Thrown when parsing the configuration file fails.
This indicates that the file exists but contains invalid TOML syntax or data that does not match the expected schema type.
|
inlineexplicitprivate |
Constructs a ConfigError with a specific message.
| what | The error message. |