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

Method getExceptionType

src/CukeEngine.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30const std::string InvokeFailureException::getExceptionType() const {
31 return exceptionType;
32}
33
34PendingStepException::PendingStepException(const std::string& message) :
35 InvokeException(message) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected