| 12 | } |
| 13 | |
| 14 | const std::string InvokeException::getMessage() const { |
| 15 | return message; |
| 16 | } |
| 17 | |
| 18 | InvokeFailureException::InvokeFailureException( |
| 19 | const std::string& message, const std::string& exceptionType |
nothing calls this directly
no outgoing calls
no test coverage detected