package O1;

/* JADX INFO: loaded from: classes.dex */
public final class P extends Z {

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public P(Throwable finalException) {
        super(Integer.MAX_VALUE);
        kotlin.jvm.internal.o.h(finalException, "finalException");
        this.f5365b = finalException;
    }
}
