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.
2 parents ae4fdef + fc585e0 commit 23f13ffCopy full SHA for 23f13ff
apps/files_external/lib/Lib/Storage/SMB.php
@@ -354,7 +354,7 @@ public function stat($path, $retry = true) {
354
if ($retry) {
355
return $this->stat($path, false);
356
} else {
357
- throw $e;
+ throw new StorageNotAvailableException($e->getMessage(), $e->getCode(), $e);
358
}
359
360
if ($this->remoteIsShare() && $this->isRootDir($path)) {
0 commit comments