MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/config.ts:177–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176/** A standard error class to thrown during assertions while validating configuration. */
177export class ConfigValidationError extends Error {
178 constructor(
179 message?: string,
180 public readonly errors: string[] = [],

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected