package retrofit2;

import java.util.Objects;
import p491.C7366;

/* JADX INFO: loaded from: classes.dex */
public class HttpException extends RuntimeException {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public HttpException(C7366<?> c7366) {
        super("HTTP " + c7366.f21356.f20149 + " " + c7366.f21356.f20148);
        Objects.requireNonNull(c7366, "response == null");
        int i = c7366.f21356.f20149;
    }
}
