MCPcopy Create free account
hub / github.com/deepnote/deepnote /

Class

packages/convert/src/errors.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 * Thrown when a file format is not supported.
34 */
35export class UnsupportedFormatError extends DeepnoteError {
36 filename?: string
37
38 constructor(message: string, options?: ErrorOptions & { filename?: string }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected