| 4 | * Thrown when a file cannot be read from disk. |
| 5 | */ |
| 6 | export class FileReadError extends DeepnoteError { |
| 7 | filePath: string |
| 8 | |
| 9 | constructor(message: string, options: ErrorOptions & { filePath: string }) { |
nothing calls this directly
no outgoing calls
no test coverage detected