| JsonCpp project page | JsonCpp home page |
Exceptions thrown by JSON_ASSERT/JSON_FAIL macros. More...
#include <json/value.h>
Inheritance diagram for Json::LogicError:
Collaboration diagram for Json::LogicError:Public Member Functions | |
| LogicError (std::string const &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 193 of file json_value.cpp.