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

Method PendingStepException

src/CukeEngine.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34PendingStepException::PendingStepException(const std::string& message) :
35 InvokeException(message) {
36}
37
38PendingStepException::PendingStepException(const PendingStepException& rhs) :
39 InvokeException(rhs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected