summaryrefslogtreecommitdiffstats
path: root/lib/Command/Fediverse.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Fediverse.php')
-rw-r--r--lib/Command/Fediverse.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Command/Fediverse.php b/lib/Command/Fediverse.php
index 0a2dbf6e..ac8ce4ab 100644
--- a/lib/Command/Fediverse.php
+++ b/lib/Command/Fediverse.php
@@ -33,6 +33,7 @@ namespace OCA\Social\Command;
use Exception;
use OC\Core\Command\Base;
+use OCA\Social\Exceptions\SocialAppConfigException;
use OCA\Social\Exceptions\UnauthorizedFediverseException;
use OCA\Social\Service\ConfigService;
use OCA\Social\Service\FediverseService;
@@ -208,6 +209,8 @@ class Fediverse extends Base {
/**
* @param string $address
+ *
+ * @throws SocialAppConfigException
*/
private function testAddress(string $address) {
try {