1 #include "catch_interfaces_exception.h"
2 
3 namespace Catch {
4     IExceptionTranslator::~IExceptionTranslator() = default;
5     IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
6 }
7