diff options
author | Björn Schießle <schiessle@owncloud.com> | 2016-05-19 15:36:05 +0200 |
---|---|---|
committer | Björn Schießle <schiessle@owncloud.com> | 2016-05-20 21:15:16 +0200 |
commit | 06b6e2bff57ff35a3190c5d4bf881c494f9a9459 (patch) | |
tree | 98bc6b4bf312143b213aa35d2afc46821fe39bd5 /apps/federatedfilesharing/lib/Notifications.php | |
parent | e25fbaf65d166fa125d867457ff7a47287d5278c (diff) | |
download | nextcloud-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.php | 1 |
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(); |