mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Use \Throwable instead
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
5a94ced5f7
commit
09b9f5bd00
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ class Imaginary extends ProviderV2 {
|
|||
'timeout' => 120,
|
||||
'connect_timeout' => 3,
|
||||
]);
|
||||
} catch (\GuzzleHttp\Exception\ClientException | \Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
$this->logger->info('Imaginary preview generation failed: ' . $e->getMessage(), [
|
||||
'exception' => $e,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue