mirror of
https://github.com/nextcloud/server.git
synced 2026-02-28 04:20:37 -05:00
[stable26] Catch Imaginary processing errors
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
This commit is contained in:
parent
d9777975c9
commit
45f1eb27b5
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class Imaginary extends ProviderV2 {
|
|||
'timeout' => 120,
|
||||
'connect_timeout' => 3,
|
||||
]);
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
$this->logger->error('Imaginary preview generation failed: ' . $e->getMessage(), [
|
||||
'exception' => $e,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue