RuoYi
2022-10-28 cc9bb1d05dece7f8b17aeb5f4ebfa1f99c83de38
src/main/java/com/ruoyi/common/exception/GlobalException.java
@@ -7,7 +7,6 @@
 */
public class GlobalException extends RuntimeException
{
    private static final long serialVersionUID = 1L;
    /**
@@ -45,6 +44,7 @@
        return this;
    }
    @Override
    public String getMessage()
    {
        return message;