| 185 | } |
| 186 | |
| 187 | export class FormatError extends RemoteImportError { |
| 188 | constructor(provider: ImportProvider, format: string) { |
| 189 | super(`Unsupported file format: ${format}`, provider, "FORMAT_ERROR"); |
| 190 | this.name = "FormatError"; |
nothing calls this directly
no outgoing calls
no test coverage detected