Files
whisper-com/include/internal/catch_interfaces_exception.cpp
Christina Sander 0f50c3deef Squashed 'libs/Catch2/' content from commit 182c910b
git-subtree-dir: libs/Catch2
git-subtree-split: 182c910b4b63ff587a3440e08f84f70497e49a81
2022-10-20 13:56:24 +02:00

7 lines
199 B
C++

#include "catch_interfaces_exception.h"
namespace Catch {
IExceptionTranslator::~IExceptionTranslator() = default;
IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
}