| 104 | } |
| 105 | |
| 106 | export class APIConnectionError extends APIError { |
| 107 | override readonly status: undefined = undefined; |
| 108 | |
| 109 | constructor({message, cause}: {message?: string; cause?: Error}) { |
nothing calls this directly
no outgoing calls
no test coverage detected