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

io.javalin.router.exception.JavaLangErrorHandler.kt Maven / Gradle / Ivy

The newest version!
package io.javalin.router.exception

import jakarta.servlet.http.HttpServletResponse

fun interface JavaLangErrorHandler {
    fun handle(res: HttpServletResponse, err: Error)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy