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

Class

packages/cli/src/utils/file-resolver.ts:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 * This is a user input error, not a runtime error.
8 */
9export class FileResolutionError extends Error {
10 constructor(message: string) {
11 super(message)
12 this.name = 'FileResolutionError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected