Blame include/internal/catch_interfaces_exception.cpp

rpm-build a7f80b
#include "internal/catch_interfaces_exception.h"
rpm-build a7f80b
rpm-build a7f80b
namespace Catch {
rpm-build a7f80b
    IExceptionTranslator::~IExceptionTranslator() = default;
rpm-build a7f80b
    IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
rpm-build a7f80b
}