Returns a textual description of the exception. @return Exception textual description.
| 130 | // @return Exception textual description. |
| 131 | // |
| 132 | const char* LaunchExecutableException::what() const noexcept(false) |
| 133 | { |
| 134 | return "LaunchExecutableException"; |
| 135 | } |
| 136 | |
| 137 | } // namespace Actions |
| 138 |
nothing calls this directly
no outgoing calls
no test coverage detected