handleAnyException

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