HandlerFunction

typealias HandlerFunction = suspend (call: ApplicationCall, cause: Throwable) -> Unit(source)

Specifies how the exception should be handled.

Report a problem