MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / ToolRuntimeError

Method ToolRuntimeError

tools/ToolExceptions.hpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32{
33public:
34 explicit ToolRuntimeError(const QString &message)
35 : ToolException(message)
36 {}
37
38 void raise() const override { throw *this; }
39 ToolRuntimeError *clone() const override { return new ToolRuntimeError(*this); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected