@@ -48,8 +48,7 @@ |
||
| 48 | 48 | $response = $this->client->get('', [ |
| 49 | 49 | 'query' => $params, |
| 50 | 50 | ]); |
| 51 | - } |
|
| 52 | - catch (ClientException $exception) { |
|
| 51 | + } catch (ClientException $exception) { |
|
| 53 | 52 | switch ($exception->getCode()) { |
| 54 | 53 | case 401: |
| 55 | 54 | throw new BadRequestException('You doesn\'t set APPID parameter or it has incorrect value'); |