8 lines
185 B
Java
8 lines
185 B
Java
|
package org.apache.http.impl.execchain;
|
||
|
|
||
|
import java.io.InterruptedIOException;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class RequestAbortedException extends InterruptedIOException {
|
||
|
}
|