| 13 | |
| 14 | /** Error that will be thrown if the action has been aborted due to a fatal error. */ |
| 15 | export class FatalReleaseActionError extends Error {} |
| 16 | |
| 17 | /** Error that will be thrown if the stage-only phase is completed successfully. */ |
| 18 | export class StageOnlySuccessError extends Error { |
nothing calls this directly
no outgoing calls
no test coverage detected