8 lines
191 B
Java
8 lines
191 B
Java
|
package org.apache.http.impl.auth;
|
||
|
|
||
|
import org.apache.http.auth.AuthenticationException;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class NTLMEngineException extends AuthenticationException {
|
||
|
}
|