Searched refs:CustomStdException (Results 1 – 1 of 1) sorted by relevance
56 class CustomStdException : public std::exception { class58 explicit CustomStdException( const std::string& msg ) in CustomStdException() function in __anon856730280111::ExceptionTests::CustomStdException61 ~CustomStdException() noexcept override {} in ~CustomStdException()134 CATCH_TRANSLATE_EXCEPTION( CustomStdException& ex ) { in CATCH_TRANSLATE_EXCEPTION()