From 225e8005950027df22fc5f5b1ada58f4ad116d60 Mon Sep 17 00:00:00 2001 From: Jesse Spears Date: Wed, 6 May 2015 10:52:51 -0700 Subject: [PATCH] Bump getResponseExceptionMessage to GuzzleHttp version 5 --- src/Mailgun/Connection/RestClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);