cpp-hocon
0.3.0
|
Exception indicating that there's a bug in something (possibly the library itself) or the runtime environment is broken. More...
Public Member Functions | |
bug_or_broken_exception (std::string const &message) | |
Exception indicating that there's a bug in something (possibly the library itself) or the runtime environment is broken.
This exception should never be handled; instead, something should be fixed to keep the exception from occurring. This exception can be thrown by any method in the library.
Definition at line 85 of file config_exception.hpp.