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

Class

packages/cli/src/commands/run.ts:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 * This is a user error (exit code 2), not a runtime error.
63 */
64export class MissingInputError extends Error {
65 readonly missingInputs: string[]
66
67 constructor(message: string, missingInputs: string[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected