what-the-bank/sources/org/apache/http/auth/AuthenticationException.java

8 lines
173 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.apache.http.auth;
import org.apache.http.ProtocolException;
/* loaded from: classes6.dex */
public class AuthenticationException extends ProtocolException {
}