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

Method clone

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

Source from the content-addressed store, hash-verified

37
38 void raise() const override { throw *this; }
39 ToolRuntimeError *clone() const override { return new ToolRuntimeError(*this); }
40};
41
42class ToolInvalidArgument : public ToolException

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected