ConflictExceptionHandler

@Singleton
class ConflictExceptionHandler : ExceptionHandler<ConflictException, HttpResponse<ErrorResponse>>

Constructors

Link copied to clipboard
constructor()

Functions

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