| 16 | * Thrown when a file cannot be written to disk. |
| 17 | */ |
| 18 | export class FileWriteError extends DeepnoteError { |
| 19 | filePath: string |
| 20 | |
| 21 | constructor(message: string, options: ErrorOptions & { filePath: string }) { |
nothing calls this directly
no outgoing calls
no test coverage detected