package com.revenuecat.purchases.google;

/* JADX INFO: loaded from: classes3.dex */
public final class QueryProductDetailsParamsBuilderException extends Exception {
    public QueryProductDetailsParamsBuilderException(String str, Throwable th) {
        super(str, th);
    }
}
