Searched refs:throwLogicError (Results 1 – 9 of 9) sorted by relevance
416 void throwLogicError(std::string const& msg);1977 {if (!(condition)) {Json::throwLogicError( "assert json failed" );}}1982 Json::throwLogicError(oss.str()); \
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
403 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo );424 #define CATCH_INTERNAL_ERROR( msg ) ::Catch::throwLogicError( msg, CATCH_INTERNAL_LINEINFO );7824 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo ) { in throwLogicError() function
2569 void throwLogicError(std::string const& msg) in throwLogicError() function