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