what-the-bank/sources/org/apache/http/impl/client/TunnelRefusedException.java

9 lines
183 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package org.apache.http.impl.client;
import org.apache.http.HttpException;
@Deprecated
/* loaded from: classes6.dex */
public class TunnelRefusedException extends HttpException {
}