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

Class

src/bridge/bridgeMain.ts:2778–2778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2776 * supervisor parks the worker instead of respawning it on backoff.
2777 */
2778export class BridgeHeadlessPermanentError extends Error {
2779 constructor(message: string) {
2780 super(message)
2781 this.name = 'BridgeHeadlessPermanentError'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected