org.jtwig.reflection.exceptions.InvokeException Maven / Gradle / Ivy
package org.jtwig.reflection.exceptions;
public class InvokeException extends RuntimeException {
public InvokeException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy