|
Unity Scopes API
|
Exception to indicate that something went wrong with the contents of configuration files. More...
#include <unity/scopes/ScopeExceptions.h>

Public Member Functions | |
| ConfigException (std::string const &reason) | |
| Constructs the exception. More... | |
| virtual std::exception_ptr | self () const override |
Returns a std::exception_ptr to this. More... | |
Copy and assignment | |
Copy constructor and assignment operator have the usual value semantics. | |
| ConfigException (ConfigException const &) | |
| ConfigException & | operator= (ConfigException const &) |
Exception to indicate that something went wrong with the contents of configuration files.
|
explicit |
Constructs the exception.
| reason | Further details about the cause of the exception. |
|
overridevirtual |
Returns a std::exception_ptr to this.
std::exception_ptr to this.