All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.litongjava.tio.boot.exception.TioBootExceptionHandler Maven / Gradle / Ivy

There is a newer version: 1.8.9
Show newest version
package com.litongjava.tio.boot.exception;

import com.litongjava.tio.http.common.HttpRequest;

public interface TioBootExceptionHandler {
  public Object handler(HttpRequest request, Throwable e);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy