MCPcopy Create free account
hub / github.com/Datakitpage/Datakit /

Class

frontend/src/types/remoteImport.ts:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187export class FormatError extends RemoteImportError {
188 constructor(provider: ImportProvider, format: string) {
189 super(`Unsupported file format: ${format}`, provider, "FORMAT_ERROR");
190 this.name = "FormatError";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected