Searched refs:CATCH_PREPARE_EXCEPTION (Results 1 – 2 of 2) sorted by relevance
30 #define CATCH_PREPARE_EXCEPTION( type, msg ) \ macro33 …Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::logic_error, CATCH_INTERNAL_LINEINFO << ": In…35 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::domain_error, msg ))37 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::runtime_error, msg ))
3488 #define CATCH_PREPARE_EXCEPTION( type, msg ) \ macro3491 …Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::logic_error, CATCH_INTERNAL_LINEINFO << ": In…3493 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::domain_error, msg ))3495 Catch::throw_exception(CATCH_PREPARE_EXCEPTION( std::runtime_error, msg ))