diff --git a/src/Mailgun/Connection/RestClient.php b/src/Mailgun/Connection/RestClient.php index e78b39f..02e65db 100644 --- a/src/Mailgun/Connection/RestClient.php +++ b/src/Mailgun/Connection/RestClient.php @@ -184,7 +184,7 @@ class RestClient * * @return string */ - protected function getResponseExceptionMessage(\Guzzle\Http\Message\Response $responseObj) + protected function getResponseExceptionMessage(\GuzzleHttp\Message\Response $responseObj) { $body = (string) $responseObj->getBody(); $response = json_decode($body);