catch_interfaces_exception.cpp 199 B

123456
  1. #include "catch_interfaces_exception.h"
  2. namespace Catch {
  3. IExceptionTranslator::~IExceptionTranslator() = default;
  4. IExceptionTranslatorRegistry::~IExceptionTranslatorRegistry() = default;
  5. }