| 8370 | } |
| 8371 | |
| 8372 | void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) { |
| 8373 | m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) ); |
| 8374 | } |
| 8375 | |
| 8376 | #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) |
| 8377 | std::string ExceptionTranslatorRegistry::translateActiveException() const { |
no outgoing calls
no test coverage detected