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

Class

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

Source from the content-addressed store, hash-verified

56 * Thrown when a value is invalid (e.g., slider value, date interval).
57 */
58export class InvalidValueError extends DeepnoteError {
59 value: unknown
60
61 constructor(message: string, options: ErrorOptions & { value: unknown }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected