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

Class

packages/cli/src/utils/import-client.ts:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 * Custom error class for import-related errors.
134 */
135export class ImportError extends Error {
136 readonly statusCode: number
137
138 constructor(message: string, statusCode: number = 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected