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

com.firefly.template.exception.ExpressionError Maven / Gradle / Ivy

The newest version!
package com.firefly.template.exception;

public class ExpressionError extends RuntimeException {

	private static final long serialVersionUID = -5607969690821083756L;

	public ExpressionError(String msg) {
		super(msg);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy