jinpengyong
2020-09-21 c06d969f9486912606064092d7f4946c4abc2395
src/main/java/com/moral/common/exception/WebAuthException.java
@@ -1,5 +1,12 @@
package com.moral.common.exception;
/**
* @Description: Web授权自定义异常
        * @Param:
        * @return:
        * @Author: 陈凯裕
        * @Date: 2020/9/16
        */
public class WebAuthException extends RuntimeException {
    public WebAuthException() {
        super();