Package-level declarations

Types

Link copied to clipboard
open class HttpStatusException(val status: HttpStatusCode, message: String? = null, cause: Throwable? = null) : RuntimeException
Link copied to clipboard
typealias HttpStatusExceptionHandler = suspend (ApplicationCall, HttpStatusException) -> Unit

Functions

Link copied to clipboard
fun StatusPagesConfig.httpStatusException(handler: HttpStatusExceptionHandler? = null)