| 48 | |
| 49 | void raise() const override { throw *this; } |
| 50 | ToolInvalidArgument *clone() const override { return new ToolInvalidArgument(*this); } |
| 51 | }; |
| 52 | |
| 53 | } // namespace QodeAssist::Tools |
nothing calls this directly
no outgoing calls
no test coverage detected