Searched refs:throwLogicError (Results 1 – 1 of 1) sorted by relevance
411 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo );432 #define CATCH_INTERNAL_ERROR( msg ) ::Catch::throwLogicError( msg, CATCH_INTERNAL_LINEINFO );7883 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo ) { in throwLogicError() function