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

Class

ng-dev/pr/common/targeting/target-label.ts:45–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 * Unique error that will be thrown if an invalid branch is targeted.
44 */
45export class InvalidTargetBranchError {
46 constructor(public failureMessage: string) {}
47}
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected