JsonCpp project page | JsonCpp home page |
Exceptions thrown by JSON_ASSERT/JSON_FAIL macros. More...
#include <json/value.h>
Inherits Json::Exception.
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).
Definition at line 66 of file value.h.
Json::LogicError::LogicError | ( | std::string const & | msg | ) |
Definition at line 168 of file json_value.cpp.