We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4205c9 commit bc79ff1Copy full SHA for bc79ff1
apps/files_external/lib/Lib/Storage/AmazonS3.php
@@ -497,7 +497,7 @@ public function fopen($path, $mode) {
497
498
try {
499
return $this->readObject($path);
500
- } catch (S3Exception $e) {
+ } catch (\Exception $e) {
501
$this->logger->error($e->getMessage(), [
502
'app' => 'files_external',
503
'exception' => $e,
0 commit comments