(message: string)
| 2777 | */ |
| 2778 | export class BridgeHeadlessPermanentError extends Error { |
| 2779 | constructor(message: string) { |
| 2780 | super(message) |
| 2781 | this.name = 'BridgeHeadlessPermanentError' |
| 2782 | } |
| 2783 | } |
| 2784 | |
| 2785 | export type HeadlessBridgeOpts = { |
nothing calls this directly
no outgoing calls
no test coverage detected