Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cursor/community-plugins
/ constructor
Method
constructor
apps/cursor/src/lib/plugins/scan.ts:47–50 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
45
*/
46
export
class
FatalScanError extends Error {
47
constructor(message: string) {
48
super(message);
49
this.name =
"FatalScanError"
;
50
}
51
}
52
53
/**
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected