| 11426 | |
| 11427 | } |
| 11428 | Exception::ExceptionMessageMatcher Message(std::string const& message) { |
| 11429 | return Exception::ExceptionMessageMatcher(message); |
| 11430 | } |
| 11431 | |
| 11432 | // namespace Exception |
| 11433 | } // namespace Matchers |
nothing calls this directly
no test coverage detected