MCPcopy Create free account
hub / github.com/cursor/community-plugins / FatalScanError

Class FatalScanError

apps/cursor/src/lib/plugins/scan.ts:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * forever.
45 */
46export 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected