| 11264 | |
| 11265 | } |
| 11266 | Exception::ExceptionMessageMatcher Message(std::string const& message) { |
| 11267 | return Exception::ExceptionMessageMatcher(message); |
| 11268 | } |
| 11269 | |
| 11270 | // namespace Exception |
| 11271 | } // namespace Matchers |
nothing calls this directly
no test coverage detected