@@ -61,7 +61,8 @@ |
||
| 61 | 61 | ]); |
| 62 | 62 | |
| 63 | 63 | return $this->guzzleClient->request($method, $url, $params); |
| 64 | - } catch (RequestException $e) { |
|
| 64 | + } |
|
| 65 | + catch (RequestException $e) { |
|
| 65 | 66 | if (is_null($e->getResponse())) { |
| 66 | 67 | throw new HttpErrorException; |
| 67 | 68 | } |