admin
2021-02-06 d1f26741bddf6f512d62c0100d42c52be8d37e76
fanli/src/main/java/com/yeshi/fanli/exception/user/vip/UserVipConfigException.java
@@ -1,23 +1,23 @@
package com.yeshi.fanli.exception.user.vip;
import com.yeshi.fanli.exception.BaseException;
/**
 * 用户VIP信息异常
 * @author Administrator
 *
 */
public class UserVipConfigException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserVipConfigException(int code, String msg) {
      super(code, msg);
   }
   public UserVipConfigException() {
      super();
   }
}
package com.yeshi.fanli.exception.user.vip;
import com.yeshi.fanli.exception.BaseException;
/**
 * 用户VIP信息异常
 * @author Administrator
 *
 */
public class UserVipConfigException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserVipConfigException(int code, String msg) {
      super(code, msg);
   }
   public UserVipConfigException() {
      super();
   }
}