cpp-hocon
0.3.0
|
Exception indicating that a value was messed up, for example you may have asked for a duration and the value can't be sensibly parsed as a duration. More...
Public Member Functions | |
bad_value_exception (config_origin const &origin, std::string const &path, std::string const &message) | |
bad_value_exception (std::string const &path, std::string const &message) | |
Exception indicating that a value was messed up, for example you may have asked for a duration and the value can't be sensibly parsed as a duration.
Definition at line 59 of file config_exception.hpp.