We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee683a2 commit 5a5b23bCopy full SHA for 5a5b23b
lib/Mount/MountProvider.php
@@ -50,7 +50,7 @@ public function getFoldersForUser(IUser $user): array {
50
51
try {
52
$collectives = $this->collectiveHelper->getCollectivesForUser($user->getUID(), true, false);
53
- } catch (QueryException|MissingDependencyException|NotFoundException|NotPermittedException $e) {
+ } catch (QueryException|MissingDependencyException|NotFoundException|NotPermittedException|\Exception $e) {
54
$this->log($e);
55
return $folders;
56
}
0 commit comments