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

Class

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

Source from the content-addressed store, hash-verified

12 * Generic parse failure, optionally associated with a file path.
13 */
14export class ParseError extends DeepnoteError {
15 filePath?: string
16
17 constructor(message: string, options?: ErrorOptions & { filePath?: string }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected