#include <json.h>
Public Member Functions | |
LogicError (std::string const &msg) | |
![]() | |
Exception (std::string const &msg) | |
char const * | what () const override throw () |
~Exception () override throw () | |
Additional Inherited Members | |
![]() | |
std::string | msg_ |
Exceptions thrown by JSON_ASSERT/JSON_FAIL macros.
These are precondition-violations (user bugs) and internal errors (our bugs).
Json::LogicError::LogicError | ( | std::string const & | msg | ) |
Definition at line 2581 of file jsoncpp.cpp.