admin
2021-09-30 42411e4a26461229c6bca6e89ca55e98a80f5a4e
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();
   }
}