| 19 | |
| 20 | void raise() const override { throw *this; } |
| 21 | ToolException *clone() const override { return new ToolException(*this); } |
| 22 | const char *what() const noexcept override { return m_stdMessage.c_str(); } |
| 23 | |
| 24 | QString message() const { return m_message; } |
nothing calls this directly
no outgoing calls
no test coverage detected