Package io.avaje.jex
Interface ExceptionHandler<T extends Exception>
-
public interface ExceptionHandler<T extends Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(T exception, Context ctx)
-