|
faunus
|
Exception to be thrown when parsing json configuration. More...
#include <core.h>


Public Member Functions | |
| const json & | attachedJson () const |
| ConfigurationError & | attachJson (const json &j) |
Public Member Functions inherited from Faunus::GenericError | |
| GenericError (const std::exception &e) | |
| GenericError (const std::runtime_error &e) | |
| GenericError (const std::string &msg) | |
| GenericError (const char *msg) | |
| template<class... Args> | |
| GenericError (std::format_string< Args... > fmt, Args &&... args) | |
Exception to be thrown when parsing json configuration.
1.8.13