| 36 | * (`ENOENT` / `EISDIR`) keep working. |
| 37 | */ |
| 38 | export class LoadRunnableFileError extends Error { |
| 39 | constructor(message: string) { |
| 40 | super(message) |
| 41 | this.name = 'LoadRunnableFileError' |
nothing calls this directly
no outgoing calls
no test coverage detected