com.iwbfly.myhttp.exceptions.MyhttpInterceptorDefineException Maven / Gradle / Ivy
The newest version!
package com.iwbfly.myhttp.exceptions;
/**
* @author pangyajun
* @since 2021/11/28 18:29
**/
public class MyhttpInterceptorDefineException extends MyhttpRuntimeException{
public MyhttpInterceptorDefineException(Class clazz) {
super("[myhttp] Interceptor class \"" + clazz.getName() + "\" cannot be initialized, because interceptor class must implements com.iwbfly.myhttp.interceptor.Interceptor");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy