cpp-hocon
0.3.0
|
Exception indicating that you tried to use a function that requires substitutions to be resolved, but substitutions have not been resolved (that is, config#resolve was not called). More...
Public Member Functions | |
not_resolved_exception (std::string const &message) | |
Exception indicating that you tried to use a function that requires substitutions to be resolved, but substitutions have not been resolved (that is, config#resolve was not called).
This is always a bug in either application code or the library; it's wrong to write a handler for this exception because you should be able to fix the code to avoid it by adding calls to config#resolve.
Definition at line 123 of file config_exception.hpp.