admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
fanli/src/main/java/com/yeshi/fanli/exception/msg/UserSystemMsgException.java
@@ -1,16 +1,16 @@
package com.yeshi.fanli.exception.msg;
import com.yeshi.fanli.exception.BaseException;
public class UserSystemMsgException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserSystemMsgException(int code, String msg) {
      super(code, msg);
   }
   public UserSystemMsgException() {
      super();
   }
}
package com.yeshi.fanli.exception.msg;
import com.yeshi.fanli.exception.BaseException;
public class UserSystemMsgException extends BaseException {
   private static final long serialVersionUID = 1L;
   public UserSystemMsgException(int code, String msg) {
      super(code, msg);
   }
   public UserSystemMsgException() {
      super();
   }
}