cpp-hocon
0.3.0
|
Exception indicating that a path expression was invalid. More...
Public Member Functions | |
bad_path_exception (config_origin const &origin, std::string const &path, std::string const &message) | |
bad_path_exception (std::string const &path, std::string const &message) | |
Exception indicating that a path expression was invalid.
Try putting double quotes around path elements that contain "special" characters.
Definition at line 71 of file config_exception.hpp.