| 10 | |
| 11 | /** Error that will be thrown if the user manually aborted a release action. */ |
| 12 | export class UserAbortedReleaseActionError extends Error {} |
| 13 | |
| 14 | /** Error that will be thrown if the action has been aborted due to a fatal error. */ |
| 15 | export class FatalReleaseActionError extends Error {} |
nothing calls this directly
no outgoing calls
no test coverage detected