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

Class

packages/cli/src/exit-codes.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * This is a user error (exit code 2), not a runtime error.
27 */
28export class NotFoundInProjectError extends Error {
29 constructor(message: string) {
30 super(message)
31 this.name = 'NotFoundInProjectError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected