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

Class

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

Source from the content-addressed store, hash-verified

39 * Prohibited YAML features: anchors, aliases, merge keys, tags.
40 */
41export class ProhibitedYamlFeatureError extends ParseError {
42 feature: string
43
44 constructor(message: string, options: ErrorOptions & { feature: string; filePath?: string }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected