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

8 lines
195 B
Java

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