| 7078 | } |
| 7079 | |
| 7080 | void ExceptionTranslatorRegistry::registerTranslator(const IExceptionTranslator *translator) { |
| 7081 | m_translators.push_back(std::unique_ptr<const IExceptionTranslator>(translator)); |
| 7082 | } |
| 7083 | |
| 7084 | std::string ExceptionTranslatorRegistry::translateActiveException() const { |
| 7085 | try { |
no outgoing calls
no test coverage detected