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-28 09:27:12 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-08-31 11:25:11 +0300
commit078da1067199a7df75fe15ac333940f3270cd059 (patch)
tree5cf3f7eb8b9695c136e59dc4a90fbf58202c75b7 /lib/Service/WorkspaceService.php
parentf696311e34907281d77b3f2e7af0421c0490f036 (diff)
Catch StorageNotAvailable exceptions
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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 {