@@ -35,7 +35,7 @@ |
||
| 35 | 35 | |
| 36 | 36 | // $body = $response->getBody()->getContents(); |
| 37 | 37 | $result = json_decode($response->getBody(), true); |
| 38 | - }catch(GuzzleHttp\Exception\ClientException $ex){ |
|
| 38 | + } catch(GuzzleHttp\Exception\ClientException $ex){ |
|
| 39 | 39 | throw $ex; |
| 40 | 40 | } |
| 41 | 41 | |