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