#include <json.h>
Public Member Functions | |
LogicError (std::string const &msg) | |
LogicError (std::string const &msg) | |
![]() | |
Exception (std::string const &msg) | |
Exception (std::string const &msg) | |
char const * | what () const override throw () |
char const * | what () const override throw () |
~Exception () 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).
Definition at line 451 of file third_party/bloaty/third_party/protobuf/conformance/third_party/jsoncpp/json.h.
Json::LogicError::LogicError | ( | std::string const & | msg | ) |
Definition at line 2581 of file bloaty/third_party/protobuf/conformance/third_party/jsoncpp/jsoncpp.cpp.
Json::LogicError::LogicError | ( | std::string const & | msg | ) |