api

http4k / org.http4k.filter / ServerFilters / CatchAll

CatchAll

object CatchAll

Last gasp filter which catches all exceptions and returns a formatted Internal Server Error.

Functions

Name Summary
invoke operator fun invoke(errorStatus: Status = INTERNAL_SERVER_ERROR): Filter