Function tryTranslators
Synopsis
#include <include/internal/catch_exception_translator_registry.h>
std::string tryTranslators() const
Description
No description yet.
Source
Lines 83-85 in include/internal/catch_exception_translator_registry.cpp. Line 23 in include/internal/catch_exception_translator_registry.h.
std::string ExceptionTranslatorRegistry::tryTranslators() const {
CATCH_INTERNAL_ERROR("Attempted to use exception translators under CATCH_CONFIG_DISABLE_EXCEPTIONS!");
}