| 44 | * forever. |
| 45 | */ |
| 46 | export class FatalScanError extends Error { |
| 47 | constructor(message: string) { |
| 48 | super(message); |
| 49 | this.name = "FatalScanError"; |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Terminal repo-fetch failure: GitHub deterministically refuses to serve the |
nothing calls this directly
no outgoing calls
no test coverage detected