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

Method InvokeException

src/CukeEngine.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace internal {
5
6InvokeException::InvokeException(const std::string& message) :
7 message(message) {
8}
9
10InvokeException::InvokeException(const InvokeException& rhs) :
11 message(rhs.message) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected