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

at.gadermaier.argon2.exception.Argon2InvalidParameterException Maven / Gradle / Ivy

Go to download

Adds an extra protection to your Bukkit-Spigot-Paper/BungeeCord server with this plugins that adds 2FA to his security system

The newest version!
package at.gadermaier.argon2.exception;

public class Argon2InvalidParameterException extends Argon2Exception{
    public Argon2InvalidParameterException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy