Skip to content

Commit

Permalink
Update RpcResponseException.php
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere authored Jun 5, 2020
1 parent c9454e1 commit 7c5d26d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rpc-client/src/Exception/RpcResponseException.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
class RpcResponseException extends Exception
{
/**
* response property ,it will be set when client get an error.
* Response property ,it will be set when client get an error.
*
* @var $rpcResponse Response
*/
private $rpcResponse;
Expand Down

0 comments on commit 7c5d26d

Please sign in to comment.