| 33 | * Thrown when a file format is not supported. |
| 34 | */ |
| 35 | export class UnsupportedFormatError extends DeepnoteError { |
| 36 | filename?: string |
| 37 | |
| 38 | constructor(message: string, options?: ErrorOptions & { filename?: string }) { |
nothing calls this directly
no outgoing calls
no test coverage detected