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.f6889a.f6091d + " " + b0Var.f6889a.f6092e);
        Objects.requireNonNull(b0Var, "response == null");
        int i2 = b0Var.f6889a.f6091d;
    }
}
