| 61 | * cursor/community-plugins#395). |
| 62 | */ |
| 63 | class UnscannableRepoError extends Error { |
| 64 | constructor(message: string) { |
| 65 | super(message); |
| 66 | this.name = "UnscannableRepoError"; |
nothing calls this directly
no outgoing calls
no test coverage detected