All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.riskified.notifications.AuthError Maven / Gradle / Ivy

The newest version!
package com.riskified.notifications;

public class AuthError extends Exception {

    public AuthError(String AuthError, String calcAuth) {
        super(String.format("Auth Error, got hash: %s , expected: %s", AuthError, calcAuth));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy