| 14 | * Network-level connection failure. |
| 15 | */ |
| 16 | export class APIConnectionError extends ChatProviderError { |
| 17 | constructor(message: string) { |
| 18 | super(message); |
| 19 | this.name = 'APIConnectionError'; |
nothing calls this directly
no outgoing calls
no test coverage detected