@@ -88,8 +88,7 @@ |
||
| 88 | 88 | |
| 89 | 89 | try { |
| 90 | 90 | $response = $this->client->request($request); |
| 91 | - } |
|
| 92 | - catch (ResponseException $exception) { |
|
| 91 | + } catch (ResponseException $exception) { |
|
| 93 | 92 | $responseRaw = $exception->getResponse(); |
| 94 | 93 | $response = $this->handleResponse($responseRaw); |
| 95 | 94 | |