| 1 | import { APIUserAbortError } from '@anthropic-ai/sdk' |
| 2 | |
| 3 | export class ClaudeError extends Error { |
| 4 | constructor(message: string) { |
| 5 | super(message) |
| 6 | this.name = this.constructor.name |
nothing calls this directly
no outgoing calls
no test coverage detected