| 7245 | } |
| 7246 | |
| 7247 | void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) { |
| 7248 | m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) ); |
| 7249 | } |
| 7250 | |
| 7251 | std::string ExceptionTranslatorRegistry::translateActiveException() const { |
| 7252 | try { |
no outgoing calls
no test coverage detected