Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-08-31 17:28:35 +0300
committerGitHub <noreply@github.com>2020-08-31 17:28:35 +0300
commit24e522a5d0795ac4301865f1ae1b93be044ada3b (patch)
tree5cf3f7eb8b9695c136e59dc4a90fbf58202c75b7 /lib/Service/WorkspaceService.php
parentf696311e34907281d77b3f2e7af0421c0490f036 (diff)
parent078da1067199a7df75fe15ac333940f3270cd059 (diff)
Merge pull request #1001 from nextcloud/backport/993/stable19v19.0.3RC1
[stable19] Catch StorageNotAvailable exceptions
Diffstat (limited to 'lib/Service/WorkspaceService.php')
-rw-r--r--lib/Service/WorkspaceService.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Service/WorkspaceService.php b/lib/Service/WorkspaceService.php
index ae5d57f60..b967eeae7 100644
--- a/lib/Service/WorkspaceService.php
+++ b/lib/Service/WorkspaceService.php
@@ -6,6 +6,7 @@ namespace OCA\Text\Service;
use OCP\Files\Folder;
use OCP\Files\NotFoundException;
+use OCP\Files\StorageNotAvailableException;
use OCP\IL10N;
class WorkspaceService {