summaryrefslogtreecommitdiffstats
path: root/lib/Service/ActivityPub/PersonService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ActivityPub/PersonService.php')
-rw-r--r--lib/Service/ActivityPub/PersonService.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Service/ActivityPub/PersonService.php b/lib/Service/ActivityPub/PersonService.php
index 31ac4aaa..6d2e8d87 100644
--- a/lib/Service/ActivityPub/PersonService.php
+++ b/lib/Service/ActivityPub/PersonService.php
@@ -38,6 +38,7 @@ use OCA\Social\Db\CacheDocumentsRequest;
use OCA\Social\Exceptions\CacheActorDoesNotExistException;
use OCA\Social\Exceptions\CacheDocumentDoesNotExistException;
use OCA\Social\Exceptions\InvalidResourceException;
+use OCA\Social\Exceptions\Request410Exception;
use OCA\Social\Exceptions\RequestException;
use OCA\Social\Exceptions\SocialAppConfigException;
use OCA\Social\Exceptions\UrlCloudException;
@@ -124,6 +125,7 @@ class PersonService implements ICoreService {
* @throws RequestException
* @throws SocialAppConfigException
* @throws UrlCloudException
+ * @throws Request410Exception
*/
public function getFromId(string $id, bool $refresh = false): Person {