blob: 8494a2ccdab25551b611c29674c693476ffa4677 [file] [log] [blame]
#include "internal/catch_interfaces_exception.h"
namespace Catch {
IExceptionTranslator::~IExceptionTranslator() = default;
IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
}