package j;

import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class l extends RuntimeException {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public l(b0<?> b0Var) {
        super("HTTP " + b0Var.f6875a.f6077d + " " + b0Var.f6875a.f6078e);
        Objects.requireNonNull(b0Var, "response == null");
        int i2 = b0Var.f6875a.f6077d;
    }
}
