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

Method constructor

src/bridge/bridgeMain.ts:2779–2782  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

2777 */
2778export class BridgeHeadlessPermanentError extends Error {
2779 constructor(message: string) {
2780 super(message)
2781 this.name = 'BridgeHeadlessPermanentError'
2782 }
2783}
2784
2785export type HeadlessBridgeOpts = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected