Auto commit for release 'develop' on 2024-05-09

This commit is contained in:
github-actions
2024-05-09 05:10:13 +02:00
parent 8d614de67f
commit 36d9e5c3fe
10 changed files with 84 additions and 105 deletions

View File

@@ -101,7 +101,7 @@ class DownloadExchangeRates implements ShouldQueue
try {
$res = $client->get($url);
} catch (RequestException|ConnectException $e) {
} catch (ConnectException|RequestException $e) {
app('log')->warning(sprintf('Trying to grab "%s" resulted in error "%d".', $url, $e->getMessage()));
return;