#include <json.h>
Public Member Functions | |
RuntimeError (String const &msg) | |
Public Member Functions inherited from Json::Exception | |
Exception (String msg) | |
~Exception () override throw () | |
char const * | what () const override throw () |
Additional Inherited Members | |
Protected Attributes inherited from Json::Exception | |
String | msg_ |
Exceptions which the user cannot easily avoid.
E.g. out-of-memory (when we use malloc), stack-overflow, malicious input
Json::RuntimeError::RuntimeError | ( | String const & | msg | ) |