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

Class

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

Source from the content-addressed store, hash-verified

76 * This is a user error (exit code 2), not a runtime error.
77 */
78export class MissingIntegrationError extends Error {
79 readonly missingIntegrations: string[]
80
81 constructor(message: string, missingIntegrations: string[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected