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

Class

ng-dev/pr/merge/failures.ts:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9/** Error class that indicates a fatal merge tool error that cannot be ignored. */
10export class FatalMergeToolError extends Error {
11 constructor(message: string) {
12 super(message);
13 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected