| 26 | * This is a user error (exit code 2), not a runtime error. |
| 27 | */ |
| 28 | export class NotFoundInProjectError extends Error { |
| 29 | constructor(message: string) { |
| 30 | super(message) |
| 31 | this.name = 'NotFoundInProjectError' |
nothing calls this directly
no outgoing calls
no test coverage detected