MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

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

Source from the content-addressed store, hash-verified

1import { APIUserAbortError } from '@anthropic-ai/sdk'
2
3export class ClaudeError extends Error {
4 constructor(message: string) {
5 super(message)
6 this.name = this.constructor.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected