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

Class

ng-dev/release/publish/actions-error.ts:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11/** Error that will be thrown if the user manually aborted a release action. */
12export class UserAbortedReleaseActionError extends Error {}
13
14/** Error that will be thrown if the action has been aborted due to a fatal error. */
15export class FatalReleaseActionError extends Error {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected