runphp
2022-08-22 fcb58876e7f235b0057b6353652f7eadc1d1ae21
ruoyi-common/ruoyi-common-core/src/main/java/com/ruoyi/common/core/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;