diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-08-15 17:04:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-15 17:04:42 +0200 |
commit | 422c3e302a32f9364c4b4fef519f9616454b2dfa (patch) | |
tree | 8c71397e3710f74dc8aa51035bfff72878bf9a93 /lib | |
parent | cf7c4a4439da66055db5b43f9d6bc6e4671aa3e4 (diff) | |
parent | bd6524455bfde6f6bca6f6d548069cb275a12194 (diff) | |
download | nextcloud-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.php | 1 |
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 */ |