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

org.jtwig.exceptions.ResolveValueException Maven / Gradle / Ivy

package org.jtwig.exceptions;

public class ResolveValueException extends RuntimeException {
    public ResolveValueException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy