| 28 | } |
| 29 | |
| 30 | const std::string InvokeFailureException::getExceptionType() const { |
| 31 | return exceptionType; |
| 32 | } |
| 33 | |
| 34 | PendingStepException::PendingStepException(const std::string& message) : |
| 35 | InvokeException(message) { |
nothing calls this directly
no outgoing calls
no test coverage detected