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

Class

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

Source from the content-addressed store, hash-verified

37 * Includes the file path and the default configuration that should be used
38 */
39export class ConfigParseError extends Error {
40 filePath: string
41 defaultConfig: unknown
42

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected