package com.cl.common.exception.user; import com.cl.common.exception.BaseException; public class InterceptorException extends BaseException { public InterceptorException(String msg) { super(msg); } public InterceptorException() {} }