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

com.starkinfra.error.InvalidSignatureError Maven / Gradle / Ivy

Go to download

Welcome to the Stark Infra Java SDK! This tool is made for Java developers who want to easily integrate with our API. This SDK version is compatible with the Stark Infra API v2.

There is a newer version: 0.11.2
Show newest version
package com.starkinfra.error;

public final class InvalidSignatureError extends StarkError {

    public InvalidSignatureError(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy