Files
Catch2/include/internal/catch_interfaces_exception.cpp
T

7 lines
208 B
C++
Raw 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;
}