| 7 | * This is a user input error, not a runtime error. |
| 8 | */ |
| 9 | export class FileResolutionError extends Error { |
| 10 | constructor(message: string) { |
| 11 | super(message) |
| 12 | this.name = 'FileResolutionError' |
nothing calls this directly
no outgoing calls
no test coverage detected