MCPcopy Create free account
hub / github.com/codeaashu/claude-code /

Class

src/utils/errors.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10export class MalformedCommandError extends Error {}
11
12export class AbortError extends Error {
13 constructor(message?: string) {
14 super(message)
15 this.name = 'AbortError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected