@@ -79,7 +79,7 @@ |
||
| 79 | 79 | foreach ($keys as $key) { |
| 80 | 80 | try { |
| 81 | 81 | $results[$key] = $this->getApiResult($key); |
| 82 | - }catch (ApiErrorException $e) { |
|
| 82 | + } catch (ApiErrorException $e) { |
|
| 83 | 83 | continue; |
| 84 | 84 | } |
| 85 | 85 | |
@@ -79,7 +79,7 @@ |
||
| 79 | 79 | foreach ($keys as $key) { |
| 80 | 80 | try { |
| 81 | 81 | $results[$key] = $this->getApiResult($key); |
| 82 | - }catch (ApiErrorException $e) { |
|
| 82 | + } catch (ApiErrorException $e) { |
|
| 83 | 83 | continue; |
| 84 | 84 | } |
| 85 | 85 | |