| 178 | } |
| 179 | |
| 180 | export class NetworkError extends RemoteImportError { |
| 181 | constructor(provider: ImportProvider, message = "Network request failed") { |
| 182 | super(message, provider, "NETWORK_ERROR"); |
| 183 | this.name = "NetworkError"; |
nothing calls this directly
no outgoing calls
no test coverage detected