
com.riskified.notifications.AuthError Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riskified-sdk Show documentation
Show all versions of riskified-sdk Show documentation
Risikified rest api SDK for java
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