MCPcopy Create free account
hub / github.com/codeaashu/claude-code / constructor

Method constructor

src/services/mcp/auth.ts:314–317  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

312
313export class AuthenticationCancelledError extends Error {
314 constructor() {
315 super('Authentication was cancelled')
316 this.name = 'AuthenticationCancelledError'
317 }
318}
319
320/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected