#include <json.h>
Public Member Functions | |
Exception (std::string const &msg) | |
char const * | what () const override throw () |
~Exception () override throw () | |
Protected Attributes | |
std::string | msg_ |
Base class for all exceptions we throw.
We use nothing but these internally. Of course, STL can throw others.
Exception::Exception | ( | std::string const & | msg | ) |
Definition at line 2569 of file jsoncpp.cpp.
|
override |
Definition at line 2572 of file jsoncpp.cpp.
|
override |
Definition at line 2574 of file jsoncpp.cpp.
|
protected |