summaryrefslogtreecommitdiffstats
path: root/lib/Command
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-29 13:07:57 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-12-29 13:07:57 -0100
commited98204d47421587300a6c576df5edb4cdf9e2c3 (patch)
tree4c8913b406c096411ed0a7ba061e114652a03e91 /lib/Command
parent1a7b1c854962afbf62abd75c2830d5da4f422667 (diff)
rewrite of the exceptions while requesting remote instance
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib/Command')
-rw-r--r--lib/Command/QueueProcess.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Command/QueueProcess.php b/lib/Command/QueueProcess.php
index e73229ec..20ea8f14 100644
--- a/lib/Command/QueueProcess.php
+++ b/lib/Command/QueueProcess.php
@@ -32,7 +32,6 @@ namespace OCA\Social\Command;
use OC\Core\Command\Base;
-use OCA\Social\Exceptions\RequestException;
use OCA\Social\Exceptions\SocialAppConfigException;
use OCA\Social\Service\ActivityService;
use OCA\Social\Service\ConfigService;
@@ -113,7 +112,6 @@ class QueueProcess extends Base {
$output->write('.');
try {
$this->activityService->manageRequest($request);
- } catch (RequestException $e) {
} catch (SocialAppConfigException $e) {
}
}