package com.revenuecat.purchases.utils;

import kotlin.jvm.internal.h;
import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes3.dex */
public class SerializationException extends RuntimeException {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public SerializationException(String message, Throwable th) {
        super(message, th);
        o.h(message, "message");
    }

    public /* synthetic */ SerializationException(String str, Throwable th, int i6, h hVar) {
        this(str, (i6 & 2) != 0 ? null : th);
    }
}
