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

Method InvokeFailureException

src/CukeEngine.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18InvokeFailureException::InvokeFailureException(
19 const std::string& message, const std::string& exceptionType
20) :
21 InvokeException(message),
22 exceptionType(exceptionType) {
23}
24
25InvokeFailureException::InvokeFailureException(const InvokeFailureException& rhs) :
26 InvokeException(rhs),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected