NotFoundExceptionHandler

@Singleton
class NotFoundExceptionHandler : ExceptionHandler<NotFoundException, HttpResponse<ErrorResponse>>

Constructors

Link copied to clipboard
constructor()

Functions

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