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

Class

ng-dev/utils/dry-run.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34/** Error to be thrown when a function or method is called in dryRun mode and shouldn't be. */
35export class DryRunError extends Error {
36 constructor() {
37 super('Cannot call this function in dryRun mode.');
38 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected