handleAnyException

@ExceptionHandler(value = [Exception::class])
open fun handleAnyException(ex: Exception)