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

com.github.yingzhuo.fastdfs.springboot.exception.FastDFSUploadImageException Maven / Gradle / Ivy

The newest version!
package com.github.yingzhuo.fastdfs.springboot.exception;

/**
 * 上传图片例外
 *
 * @author tobato
 */
public class FastDFSUploadImageException extends FastDFSException {

    protected FastDFSUploadImageException(String message) {
        super(message);
    }

    public FastDFSUploadImageException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy