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

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

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

public class TemplateFileReadException extends RuntimeException {
	
	private static final long serialVersionUID = -1786019404849645091L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy