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 acb3e68 commit e806eebCopy full SHA for e806eeb
apps/files_external/lib/Lib/Storage/SMB.php
@@ -172,6 +172,8 @@ protected function getFileInfo(string $path): IFileInfo {
172
}
173
} catch (ConnectException $e) {
174
$this->throwUnavailable($e);
175
+ } catch (InvalidArgumentException $e) {
176
+ $this->throwUnavailable($e);
177
} catch (NotFoundException $e) {
178
throw new \OCP\Files\NotFoundException($e->getMessage(), 0, $e);
179
} catch (ForbiddenException $e) {
0 commit comments