| @@ -31,11 +31,7 @@ | ||
| 31 | 31 | |
| 32 | 32 | namespace OCA\Circles\Command; | 
| 33 | 33 | |
| 34 | -use daita\MySmallPhpTools\Exceptions\RequestContentException; | |
| 35 | -use daita\MySmallPhpTools\Exceptions\RequestNetworkException; | |
| 36 | 34 | use daita\MySmallPhpTools\Exceptions\RequestResultNotJsonException; | 
| 37 | -use daita\MySmallPhpTools\Exceptions\RequestResultSizeException; | |
| 38 | -use daita\MySmallPhpTools\Exceptions\RequestServerException; | |
| 39 | 35 | use daita\MySmallPhpTools\Model\Nextcloud\nc22\NC22Request; | 
| 40 | 36 | use daita\MySmallPhpTools\Model\Request; | 
| 41 | 37 | use Exception; | 
| @@ -32,7 +32,6 @@ | ||
| 32 | 32 | namespace OCA\Circles\Command; | 
| 33 | 33 | |
| 34 | 34 | use daita\MySmallPhpTools\Exceptions\InvalidItemException; | 
| 35 | -use daita\MySmallPhpTools\Exceptions\ItemNotFoundException; | |
| 36 | 35 | use daita\MySmallPhpTools\Exceptions\RequestNetworkException; | 
| 37 | 36 | use daita\MySmallPhpTools\Exceptions\SignatoryException; | 
| 38 | 37 | use daita\MySmallPhpTools\Exceptions\UnknownTypeException; | 
| @@ -35,7 +35,6 @@ | ||
| 35 | 35 | use daita\MySmallPhpTools\Traits\Nextcloud\nc22\TNC22Logger; | 
| 36 | 36 | use daita\MySmallPhpTools\Traits\TStringTools; | 
| 37 | 37 | use Exception; | 
| 38 | -use OCA\Circles\Exceptions\FederatedUserException; | |
| 39 | 38 | use OCA\Circles\Exceptions\InvalidIdException; | 
| 40 | 39 | use OCA\Circles\Exceptions\RequestBuilderException; | 
| 41 | 40 | use OCA\Circles\IFederatedItem; | 
| @@ -31,9 +31,7 @@ | ||
| 31 | 31 | use OCA\Circles\Exceptions\MemberCantJoinCircleException; | 
| 32 | 32 | use OCA\Circles\Exceptions\MemberDoesNotExistException; | 
| 33 | 33 | use OCA\Circles\Exceptions\MemberIsBlockedException; | 
| 34 | -use OCA\Circles\Exceptions\MemberIsNotAdminException; | |
| 35 | 34 | use OCA\Circles\Exceptions\MemberIsNotModeratorException; | 
| 36 | -use OCA\Circles\Exceptions\MemberIsNotOwnerException; | |
| 37 | 35 | use OCA\Circles\Exceptions\MemberIsOwnerException; | 
| 38 | 36 | use OCA\Circles\Exceptions\MemberTypeCantEditLevelException; | 
| 39 | 37 | use OCA\Circles\Exceptions\ModeratorIsNotHighEnoughException; | 
| @@ -47,7 +47,6 @@ | ||
| 47 | 47 | use OCA\Circles\Exceptions\FederatedShareBelongingException; | 
| 48 | 48 | use OCA\Circles\Exceptions\FederatedShareNotFoundException; | 
| 49 | 49 | use OCA\Circles\Exceptions\InitiatorNotConfirmedException; | 
| 50 | -use OCA\Circles\Exceptions\JsonException; | |
| 51 | 50 | use OCA\Circles\Exceptions\ModelException; | 
| 52 | 51 | use OCA\Circles\Exceptions\OwnerNotFoundException; | 
| 53 | 52 | use OCA\Circles\Exceptions\RemoteInstanceException; | 
| @@ -27,7 +27,6 @@ | ||
| 27 | 27 | namespace OCA\Circles\Service; | 
| 28 | 28 | |
| 29 | 29 | |
| 30 | -use daita\MySmallPhpTools\Exceptions\RequestNetworkException; | |
| 31 | 30 | use daita\MySmallPhpTools\Exceptions\RequestResultNotJsonException; | 
| 32 | 31 | use daita\MySmallPhpTools\Model\Nextcloud\nc22\NC22Request; | 
| 33 | 32 | use daita\MySmallPhpTools\Model\Request; | 
| @@ -33,7 +33,6 @@ | ||
| 33 | 33 | |
| 34 | 34 | |
| 35 | 35 | use OCA\Circles\Model\Circle; | 
| 36 | -use OCA\Circles\Model\Federated\FederatedEvent; | |
| 37 | 36 | |
| 38 | 37 | /** | 
| 39 | 38 | * Class ShareService | 
| @@ -148,7 +148,7 @@ | ||
| 148 | 148 | * @throws UnknownRemoteException | 
| 149 | 149 | * @throws UserTypeNotFoundException | 
| 150 | 150 | * @throws FederatedItemException | 
| 151 | - * @throws MemberNotFoundException | |
| 151 | + * @throws MemberNotFoundException | |
| 152 | 152 | * @throws SingleCircleNotFoundException | 
| 153 | 153 | */ | 
| 154 | 154 |  	protected function execute(InputInterface $input, OutputInterface $output): int { | 
| @@ -494,7 +494,6 @@ | ||
| 494 | 494 | |
| 495 | 495 | /** | 
| 496 | 496 | * Get shares for a given path | 
| 497 | - | |
| 498 | 497 | * @param Node $path | 
| 499 | 498 | * | 
| 500 | 499 | * @return IShare[]|null |