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

Class

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

Source from the content-addressed store, hash-verified

13
14/** Error that will be thrown if the action has been aborted due to a fatal error. */
15export class FatalReleaseActionError extends Error {}
16
17/** Error that will be thrown if the stage-only phase is completed successfully. */
18export class StageOnlySuccessError extends Error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected