| 32 | } |
| 33 | |
| 34 | PendingStepException::PendingStepException(const std::string& message) : |
| 35 | InvokeException(message) { |
| 36 | } |
| 37 | |
| 38 | PendingStepException::PendingStepException(const PendingStepException& rhs) : |
| 39 | InvokeException(rhs) { |
nothing calls this directly
no outgoing calls
no test coverage detected