疯狂的狮子li
2022-03-16 181ec4633bc35861cdee324e22d1b3ab80219f10
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);
    }