MCPcopy Create free account
hub / github.com/TeleBoxOrg/TeleBox_Plugins /

Class

deepwiki/deepwiki.ts:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119};
120
121class UserError extends Error {
122 constructor(message: string) {
123 super(message);
124 this.name = "UserError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected