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

Class

packages/cli/src/commands/dag.ts:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 * Custom error to signal that output has been handled and process should exit.
29 */
30class DagHandledError extends Error {
31 readonly exitCode: number
32 constructor(exitCode: number) {
33 super('DAG output handled')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected