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

Class

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

Source from the content-addressed store, hash-verified

28 * This prevents the outer catch block from double-outputting errors.
29 */
30class ValidationHandledError extends Error {
31 readonly exitCode: number
32
33 constructor(exitCode: number) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected