Files
Catch2/include/internal/catch_interfaces_exception.cpp
T

7 lines
199 B
C++
Raw Normal View History

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