Skip to content

Commit

Permalink
fix grammer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wangrzneu committed Dec 14, 2023
1 parent eb13e69 commit 2c5635f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Exception/UCloudException.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 2c5635f

Please sign in to comment.