You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the ClientException class being caught in Client::postRequest method is referenced as: GuzzleHttp\Exception\ClientException, which is not the correct namespace.
This needs to be either \GuzzleHttp\Exception\ClientException or simply ClientException (to take advantage of the already present use GuzzleHttp\Exception\ClientException statement.
The text was updated successfully, but these errors were encountered:
Currently, the ClientException class being caught in
Client::postRequest
method is referenced as:GuzzleHttp\Exception\ClientException
, which is not the correct namespace.This needs to be either
\GuzzleHttp\Exception\ClientException
or simplyClientException
(to take advantage of the already presentuse GuzzleHttp\Exception\ClientException
statement.The text was updated successfully, but these errors were encountered: