Interface ExceptionHandler<T extends Exception>

    • Method Detail

      • handle

        void handle​(@NotNull
                    T exception,
                    @NotNull
                    io.javalin.http.Context ctx)