MCPcopy Create free account
hub / github.com/colbymchenry/codegraph /

Class

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

Source from the content-addressed store, hash-verified

155 * Error with configuration
156 */
157export class ConfigError extends CodeGraphError {
158 constructor(message: string, details?: Record<string, unknown>) {
159 super(message, 'CONFIG_ERROR', details);
160 this.name = 'ConfigError';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected