MCPcopy Create free account
hub / github.com/cucumber/cucumber-cpp / getMessage

Method getMessage

src/CukeEngine.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14const std::string InvokeException::getMessage() const {
15 return message;
16}
17
18InvokeFailureException::InvokeFailureException(
19 const std::string& message, const std::string& exceptionType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected