Package io.avaje.jex

Interface ExceptionHandler<T extends Exception>


  • public interface ExceptionHandler<T extends Exception>
    • Method Detail

      • handle

        void handle​(T exception,
                    Context ctx)