Searched refs:LogicError (Results 1 – 2 of 2) sorted by relevance
451 class JSON_API LogicError : public Exception {453 LogicError(std::string const& msg);
2581 LogicError::LogicError(std::string const& msg) in LogicError() function in Json::LogicError2590 throw LogicError(msg); in throwLogicError()