疯狂的狮子li
2022-02-11 83c0b70a2d8e67e371b40322f1a8529ca13e3827
ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileException.java
@@ -7,12 +7,10 @@
 *
 * @author ruoyi
 */
public class FileException extends BaseException
{
public class FileException extends BaseException {
    private static final long serialVersionUID = 1L;
    public FileException(String code, Object[] args)
    {
    public FileException(String code, Object[] args) {
        super("file", code, args, null);
    }