summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-08-15 17:04:42 +0200
committerGitHub <noreply@github.com>2017-08-15 17:04:42 +0200
commit422c3e302a32f9364c4b4fef519f9616454b2dfa (patch)
tree8c71397e3710f74dc8aa51035bfff72878bf9a93 /lib
parentcf7c4a4439da66055db5b43f9d6bc6e4671aa3e4 (diff)
parentbd6524455bfde6f6bca6f6d548069cb275a12194 (diff)
downloadnextcloud-server-422c3e302a32f9364c4b4fef519f9616454b2dfa.tar.gz
nextcloud-server-422c3e302a32f9364c4b4fef519f9616454b2dfa.zip
Merge pull request #6099 from nextcloud/issue-3457-no-exception-on-sharee-error
Catch exceptions on error of cloud id resolution
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Federation/ICloudIdManager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/Federation/ICloudIdManager.php b/lib/public/Federation/ICloudIdManager.php
index 7be8f08c6b7..5251c2b95db 100644
--- a/lib/public/Federation/ICloudIdManager.php
+++ b/lib/public/Federation/ICloudIdManager.php
@@ -29,6 +29,7 @@ interface ICloudIdManager {
/**
* @param string $cloudId
* @return ICloudId
+ * @throws \InvalidArgumentException
*
* @since 12.0.0
*/