ValidationExceptionHandler

@Singleton
class ValidationExceptionHandler : ExceptionHandler<ValidationException, HttpResponse<ErrorResponse>>

Constructors

Link copied to clipboard
constructor()

Functions

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