package W;

/* JADX INFO: loaded from: classes.dex */
public final class L extends V {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Throwable f6946b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public L(Throwable th) {
        super(Integer.MAX_VALUE);
        P6.g.e(th, "finalException");
        this.f6946b = th;
    }
}
