MCPcopy Create free account
hub / github.com/RenderKit/oidn / ExceptionMessageMatcher

Method ExceptionMessageMatcher

external/catch.hpp:3401–3403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected