Files

7 lines
208 B
C++
Raw Permalink Normal View History

2017-09-07 16:51:33 +02:00
#include "internal/catch_interfaces_exception.h"
namespace Catch {
IExceptionTranslator::~IExceptionTranslator() = default;
IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
}