| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected