package com.revenuecat.purchases.common.verification;

import kotlin.jvm.internal.o;

/* JADX INFO: loaded from: classes3.dex */
public final class SignatureVerificationException extends Exception {
    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public SignatureVerificationException(String apiPath) {
        super("Failed signature verification for request with path ".concat(apiPath));
        o.h(apiPath, "apiPath");
    }
}
