retdec
|
Base class for all exceptions raised by JSONConfig. More...
#include <json_config.h>
Private Member Functions | |
ConfigError (const std::string &message) | |
Constructs the exception with the given error message. More... | |
Additional Inherited Members | |
![]() | |
ConfigError (const std::string &message) | |
Constructs the exception with the given error message. More... | |
virtual const char * | what () const noexcept override |
const std::string & | getMessage () const noexcept |
Base class for all exceptions raised by JSONConfig.
|
private |
Constructs the exception with the given error message.