接口 HttpExceptionHandler


  • public interface HttpExceptionHandler
    异常处理器
    作者:
    IoTOS
    • 方法详细资料

      • onException

        HttpResponse onException​(HttpRequest request,
                                 Throwable t)
        异常发生的时候
        参数:
        request - 请求
        t - 异常
        返回:
        自定义 response