summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-11-01 20:12:01 +0100
committerBjoern Schiessle <bjoern@schiessle.org>2016-11-01 20:12:01 +0100
commitf2b2b8d8940b2487d7f9f3a3a304a6a95d145fd2 (patch)
tree4b6a59bd7f980d4ce21e06e2625b9bf4467f062f /apps
parent6e52091c8e344cf0ea83ab44f79c550f139bb6ac (diff)
downloadnextcloud-server-f2b2b8d8940b2487d7f9f3a3a304a6a95d145fd2.tar.gz
nextcloud-server-f2b2b8d8940b2487d7f9f3a3a304a6a95d145fd2.zip
import exception
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps')
-rw-r--r--apps/sharebymail/lib/ShareByMailProvider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/sharebymail/lib/ShareByMailProvider.php b/apps/sharebymail/lib/ShareByMailProvider.php
index 46e381d3319..a332bd13d88 100644
--- a/apps/sharebymail/lib/ShareByMailProvider.php
+++ b/apps/sharebymail/lib/ShareByMailProvider.php
@@ -22,6 +22,7 @@
namespace OCA\ShareByMail;
use OC\HintException;
+use OC\Share20\Exception\InvalidShare;
use OCP\Files\Folder;
use OCP\Files\IRootFolder;
use OCP\Files\Node;