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

Class

packages/cli/src/utils/auth.ts:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * Error thrown when authentication token is missing.
5 */
6export class MissingTokenError extends Error {
7 constructor() {
8 super(
9 `Missing authentication token.\n\n` +

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected