| 40 | |
| 41 | /** Error being thrown if there are unexpected local changes in the project repo. */ |
| 42 | export class UnexpectedLocalChangesError extends Error {} |
| 43 | /** Error being thrown if a requested pull request could not be found upstream. */ |
| 44 | export class PullRequestNotFoundError extends Error {} |
| 45 | /** Error being thrown if the pull request does not allow for maintainer modifications. */ |
nothing calls this directly
no outgoing calls
no test coverage detected