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

8 lines
173 B
Java

package org.apache.http.auth;
import org.apache.http.ProtocolException;
/* loaded from: classes6.dex */
public class AuthenticationException extends ProtocolException {
}