fun.fengwk.convention4j.springboot.starter.web.result.WebExceptionResultHandler Maven / Gradle / Ivy
package fun.fengwk.convention4j.springboot.starter.web.result;
import fun.fengwk.convention4j.api.result.Result;
/**
* @author fengwk
*/
public interface WebExceptionResultHandler {
boolean support(Throwable ex);
Result handle(WebExceptionResultHandlerContext context);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy