cpp-hocon 0.3.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hocon::bug_or_broken_exception Struct Reference

Exception indicating that there's a bug in something (possibly the library itself) or the runtime environment is broken. More...

#include <config_exception.hpp>

Inheritance diagram for hocon::bug_or_broken_exception:
hocon::config_exception hocon::not_possible_to_resolve_exception hocon::not_resolved_exception

Public Member Functions

 bug_or_broken_exception (std::string const &message)
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ bug_or_broken_exception()

hocon::bug_or_broken_exception::bug_or_broken_exception ( std::string const &  message)
inline

Definition at line 86 of file config_exception.hpp.


The documentation for this struct was generated from the following file: