Home
last modified time | relevance | path

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

/external/catch2/projects/SelfTest/UsageTests/
DException.tests.cpp56 class CustomStdException : public std::exception { class
58 explicit CustomStdException( const std::string& msg ) in CustomStdException() function in __anon856730280111::ExceptionTests::CustomStdException
61 ~CustomStdException() noexcept override {} in ~CustomStdException()
134 CATCH_TRANSLATE_EXCEPTION( CustomStdException& ex ) { in CATCH_TRANSLATE_EXCEPTION()