aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/lib/Notifications.php
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2016-05-19 15:36:05 +0200
committerBjörn Schießle <schiessle@owncloud.com>2016-05-20 21:15:16 +0200
commit06b6e2bff57ff35a3190c5d4bf881c494f9a9459 (patch)
tree98bc6b4bf312143b213aa35d2afc46821fe39bd5 /apps/federatedfilesharing/lib/Notifications.php
parente25fbaf65d166fa125d867457ff7a47287d5278c (diff)
downloadnextcloud-server-06b6e2bff57ff35a3190c5d4bf881c494f9a9459.tar.gz
nextcloud-server-06b6e2bff57ff35a3190c5d4bf881c494f9a9459.zip
improved error messages
Diffstat (limited to 'apps/federatedfilesharing/lib/Notifications.php')
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index a6c198e395a..bf9e0fc9634 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -272,6 +272,7 @@ class Notifications {
* @param string $urlSuffix
* @param array $fields post parameters
* @return array
+ * @throws \Exception
*/
protected function tryHttpPostToShareEndpoint($remoteDomain, $urlSuffix, array $fields) {
$client = $this->httpClientService->newClient();