MCPcopy Create free account
hub / github.com/SOCI/soci / ExceptionMessageMatcher

Method ExceptionMessageMatcher

tests/catch.hpp:3403–3405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3401public:
3402
3403 ExceptionMessageMatcher(std::string const& message):
3404 m_message(message)
3405 {}
3406
3407 bool match(std::exception const& ex) const override;
3408

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected