From 2c5635f02e1f13861657b09698de9bdd8297944c Mon Sep 17 00:00:00 2001 From: "renzheng.wang" Date: Thu, 14 Dec 2023 13:54:58 +0800 Subject: [PATCH] fix grammer issue --- src/Core/Exception/UCloudException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Exception/UCloudException.php b/src/Core/Exception/UCloudException.php index 4d9b682f..113fcd41 100644 --- a/src/Core/Exception/UCloudException.php +++ b/src/Core/Exception/UCloudException.php @@ -50,7 +50,7 @@ public function __construct($type, $message = "", $retCode = 0, $previous = null { $this->type = $type; $this->requestId = $requestId; - $this->response = $response + $this->response = $response; parent::__construct($message, $retCode, $previous); }