| 10580 | } |
| 10581 | |
| 10582 | void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) { |
| 10583 | m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) ); |
| 10584 | } |
| 10585 | |
| 10586 | #if !defined(CATCH_CONFIG_DISABLE_EXCEPTIONS) |
| 10587 | std::string ExceptionTranslatorRegistry::translateActiveException() const { |
no outgoing calls
no test coverage detected