android13/external/catch2/include/internal/catch_interfaces_exception.cpp

7 lines
199 B
C++
Raw Normal View History

2024-06-22 08:45:49 -04:00
#include "catch_interfaces_exception.h"
namespace Catch {
IExceptionTranslator::~IExceptionTranslator() = default;
IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
}