|
LoveBrains
1.0.0
|
#include <json.h>
Public Member Functions | |
| LogicError (std::string const &msg) | |
| LogicError (std::string const &msg) | |
Public Member Functions inherited from Json::Exception | |
| Exception (std::string const &msg) | |
| virtual char const * | what () const throw () |
| Exception (std::string const &msg) | |
| virtual char const * | what () const throw () |
Additional Inherited Members | |
Protected Attributes inherited from Json::Exception | |
| std::string const | msg_ |
Exceptions thrown by JSON_ASSERT/JSON_FAIL macros.
These are precondition-violations (user bugs) and internal errors (our bugs).
1.8.10