MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ~ExceptionTranslatorRegistry

Method ~ExceptionTranslatorRegistry

unittests/catch.hpp:7244–7245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7242namespace Catch {
7243
7244 ExceptionTranslatorRegistry::~ExceptionTranslatorRegistry() {
7245 }
7246
7247 void ExceptionTranslatorRegistry::registerTranslator( const IExceptionTranslator* translator ) {
7248 m_translators.push_back( std::unique_ptr<const IExceptionTranslator>( translator ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected