handleGlobalException

@ExceptionHandler(value = [Exception::class])
@ResponseStatus(value = HttpStatus.INTERNAL_SERVER_ERROR)
fun handleGlobalException(exception: Exception): ApiResult<Void>

处理全局异常