| 124 | |
| 125 | |
| 126 | CATCH_TRANSLATE_EXCEPTION( CustomException const& ex ) { |
| 127 | return ex.getMessage(); |
| 128 | } |
| 129 | |
| 130 | CATCH_TRANSLATE_EXCEPTION( CustomStdException const& ex ) { |
| 131 | return ex.getMessage(); |
nothing calls this directly
no test coverage detected