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

Class

packages/blocks/src/errors.ts:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 * Thrown when a block type is not supported.
52 */
53export class UnsupportedBlockTypeError extends DeepnoteError {}
54
55/**
56 * Thrown when a value is invalid (e.g., slider value, date interval).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected