8 lines
173 B
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 {
|
||
|
}
|