package O1;

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public S(Throwable readException, int i6) {
        super(i6);
        kotlin.jvm.internal.o.h(readException, "readException");
        this.f5370b = readException;
    }
}
