package l;

import java.util.Objects;

/* JADX INFO: compiled from: HttpException.java */
/* 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.a.code() + " " + b0Var.a.message());
        Objects.requireNonNull(b0Var, "response == null");
        b0Var.a.code();
        b0Var.a.message();
    }
}
