UnauthorizedExceptionHandler

@Singleton
class UnauthorizedExceptionHandler : ExceptionHandler<UnauthorizedException, HttpResponse<ErrorResponse>>

Constructors

Link copied to clipboard
constructor()

Functions

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