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