UnexpectedExceptionHandler

@Singleton
class UnexpectedExceptionHandler : ExceptionHandler<UnexpectedException, HttpResponse<ErrorResponse>>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun handle(request: HttpRequest<*>, exception: UnexpectedException): HttpResponse<ErrorResponse>