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

net.aholbrook.paseto.exception.PasetoException Maven / Gradle / Ivy

package net.aholbrook.paseto.exception;

public class PasetoException extends RuntimeException {
	public PasetoException(String s) {
		super(s);
	}

	public PasetoException(String s, Throwable throwable) {
		super(s, throwable);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy