Searched refs:throwLogicError (Results 1 – 2 of 2) sorted by relevance
459 void throwLogicError(std::string const& msg);2035 {if (!(condition)) {Json::throwLogicError( "assert json failed" );}}2040 Json::throwLogicError(oss.str()); \
2588 void throwLogicError(std::string const& msg) in throwLogicError() function