GlobalExceptionHandler

@ControllerAdvice
open class GlobalExceptionHandler

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@ExceptionHandler(value = [Exception::class])
open fun handleAnyException(ex: Exception)