| 12 | * Generic parse failure, optionally associated with a file path. |
| 13 | */ |
| 14 | export class ParseError extends DeepnoteError { |
| 15 | filePath?: string |
| 16 | |
| 17 | constructor(message: string, options?: ErrorOptions & { filePath?: string }) { |
nothing calls this directly
no outgoing calls
no test coverage detected