webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <json.h>
Public Member Functions | |
LogicError (std::string const &msg) | |
Public Member Functions inherited from Json::Exception | |
Exception (std::string const &msg) | |
~Exception () override throw () | |
char const * | what () const override throw () |
Additional Inherited Members | |
Protected Attributes inherited from Json::Exception | |
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 | ) |