handleUnsupportedOperationException

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

处理不支持操作异常