com.litongjava.tio.boot.exception.TioBootExceptionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tio-boot Show documentation
Show all versions of tio-boot Show documentation
Java High Performance Web Development Framework
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