package com.yeshi.fanli.exception.dynamic; import com.yeshi.fanli.exception.BaseException; public class ActivityUserException extends BaseException { private static final long serialVersionUID = 1L; public ActivityUserException(int code, String msg) { super(code, msg); } public ActivityUserException() { super(); } }