@@ -107,8 +107,7 @@ |
||
| 107 | 107 | $this->throwRunTimeException('An error occurred, received a '.$request->getStatusCode()); |
| 108 | 108 | return null; |
| 109 | 109 | } |
| 110 | - } |
|
| 111 | - catch (\Exception $exception) { |
|
| 110 | + } catch (\Exception $exception) { |
|
| 112 | 111 | if ($exception instanceof ClientException) { |
| 113 | 112 | if ($exception->getCode() == 404) { |
| 114 | 113 | $this->log()->info('Received '.$exception->getCode()); |