com.firefly.template.exception.TemplateFileReadException Maven / Gradle / Ivy
package com.firefly.template.exception;
public class TemplateFileReadException extends RuntimeException {
private static final long serialVersionUID = -1786019404849645091L;
public TemplateFileReadException(String msg) {
super(msg);
}
}