cn.novelweb.tool.upload.fastdfs.exception.FastDfsUnsupportedStorePathException Maven / Gradle / Ivy
package cn.novelweb.tool.upload.fastdfs.exception;
/**
* 定义快速Dfs不支持的存储路径异常
* 2020-02-03 16:14
*
* @author LiZW
**/
public class FastDfsUnsupportedStorePathException extends FastDfsException {
public FastDfsUnsupportedStorePathException(String message) {
super(message);
}
}