RuoYi
2023-11-10 c3ab80967c2ca09608e5fccfceba7e0edd930eaa
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/exception/file/FileException.java
@@ -11,9 +11,9 @@
{
    private static final long serialVersionUID = 1L;
    public FileException(String code, Object[] args)
    public FileException(String code, Object[] args, String msg)
    {
        super("file", code, args, null);
        super("file", code, args, msg);
    }
}