| 65 | * Error reading or accessing files |
| 66 | */ |
| 67 | export class FileError extends CodeGraphError { |
| 68 | readonly filePath: string; |
| 69 | |
| 70 | constructor(message: string, filePath: string, cause?: Error) { |
nothing calls this directly
no outgoing calls
no test coverage detected