12 lines
257 B
Java
12 lines
257 B
Java
package retrofit2.adapter.rxjava2;
|
|
|
|
import retrofit2.Response;
|
|
|
|
@Deprecated
|
|
/* loaded from: classes2.dex */
|
|
public final class HttpException extends retrofit2.HttpException {
|
|
public HttpException(Response<?> response) {
|
|
super(response);
|
|
}
|
|
}
|