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

Method constructor

src/utils/errors.ts:43–48  ·  view source on GitHub ↗
(message: string, filePath: string, defaultConfig: unknown)

Source from the content-addressed store, hash-verified

41 defaultConfig: unknown
42
43 constructor(message: string, filePath: string, defaultConfig: unknown) {
44 super(message)
45 this.name = 'ConfigParseError'
46 this.filePath = filePath
47 this.defaultConfig = defaultConfig
48 }
49}
50
51export class ShellError extends Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected