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

Class

ai/ai.ts:567–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565
566class UserError extends Error {
567 constructor(message: string) {
568 super(message);
569 this.name = "UserError";
570 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected