| 38 | } |
| 39 | |
| 40 | export class MergeConflictsFatalError extends FatalMergeToolError { |
| 41 | constructor(public failedBranches: string[]) { |
| 42 | super( |
| 43 | `Cannot not merge pull request into the following branches due to merge ` + |
nothing calls this directly
no outgoing calls
no test coverage detected