com.github.firelcw.exception.HttpInterceptorException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easy-http Show documentation
Show all versions of easy-http Show documentation
A simple HTTP client for Java
package com.github.firelcw.exception;
/**
* 拦截异常
* @author liaochongwei
* @date 2020/7/30 15:05
*/
public class HttpInterceptorException extends RuntimeException{
public HttpInterceptorException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy