com.kangaroohy.plugin.excel.kit.ExcelException Maven / Gradle / Ivy
package com.kangaroohy.plugin.excel.kit;
/**
* @author hy
* @date 2020/3/31
*/
public class ExcelException extends RuntimeException {
private static final long serialVersionUID = 1L;
public ExcelException(String message) {
super(message);
}
}