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

Exception indicating that a substitution did not resolve to anything. More...

#include <config_exception.hpp>

Inheritance diagram for hocon::unresolved_substitution_exception:
hocon::parse_exception hocon::config_exception

Public Member Functions

 unresolved_substitution_exception (config_origin const &origin, std::string const &detail)
 

Detailed Description

Exception indicating that a substitution did not resolve to anything.

Thrown by config#resolve.

Definition at line 110 of file config_exception.hpp.

Constructor & Destructor Documentation

◆ unresolved_substitution_exception()

hocon::unresolved_substitution_exception::unresolved_substitution_exception ( config_origin const &  origin,
std::string const &  detail 
)
inline

Definition at line 111 of file config_exception.hpp.


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