MCPcopy Create free account
hub / github.com/Compaile/ctrack / ExceptionTranslator

Method ExceptionTranslator

test/doctest.h:1806–1807  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1804 {
1805 public:
1806 explicit ExceptionTranslator(String (*translateFunction)(T))
1807 : m_translateFunction(translateFunction) {}
1808
1809 bool translate(String& res) const override {
1810#ifndef DOCTEST_CONFIG_NO_EXCEPTIONS

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected