Searched refs:locationInfo (Results 1 – 1 of 1) sorted by relevance
403 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo );7824 void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo ) { in throwLogicError() argument7826 oss << locationInfo << ": Internal Catch error: '" << message << "'"; in throwLogicError()