- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
17 lines
437 B
Java
17 lines
437 B
Java
package org.apache.http.conn;
|
|
|
|
import java.net.ConnectException;
|
|
import org.apache.http.HttpHost;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes5.dex */
|
|
public class HttpHostConnectException extends ConnectException {
|
|
public HttpHostConnectException(HttpHost httpHost, ConnectException connectException) {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
|
|
public HttpHost getHost() {
|
|
throw new RuntimeException("Stub!");
|
|
}
|
|
}
|