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

Method constructor

src/utils/errors.ts:4–7  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

2
3export class ClaudeError extends Error {
4 constructor(message: string) {
5 super(message)
6 this.name = this.constructor.name
7 }
8}
9
10export class MalformedCommandError extends Error {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected