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

Class

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

Source from the content-addressed store, hash-verified

61 * cursor/community-plugins#395).
62 */
63class UnscannableRepoError extends Error {
64 constructor(message: string) {
65 super(message);
66 this.name = "UnscannableRepoError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected