| 37 | |
| 38 | void raise() const override { throw *this; } |
| 39 | ToolRuntimeError *clone() const override { return new ToolRuntimeError(*this); } |
| 40 | }; |
| 41 | |
| 42 | class ToolInvalidArgument : public ToolException |
nothing calls this directly
no outgoing calls
no test coverage detected