疯狂的狮子li
2021-10-22 b8a8b76c38fd774f1ed14774eaa7b6429fe55a40
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);
    }