#include <json.h>
Public Member Functions | |
Exception (String msg) | |
~Exception () override throw () | |
char const * | what () const override throw () |
Protected Attributes | |
String | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
Json::Exception::Exception | ( | String | msg | ) |
|
override |
|
override |
|
protected |