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

info.bliki.extensions.scribunto.ScribuntoException Maven / Gradle / Ivy

The newest version!
package info.bliki.extensions.scribunto;

public class ScribuntoException extends Exception {
    public ScribuntoException(Exception e) {
        super(e);
    }

    public ScribuntoException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy