at.gadermaier.argon2.exception.Argon2Exception Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LockLogin Show documentation
Show all versions of LockLogin Show documentation
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;
/* dislike checked exceptions */
class Argon2Exception extends RuntimeException {
Argon2Exception(String message) {
super(message);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy