Home
last modified time | relevance | path

Searched refs:throwLogicError (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp411 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