@@ -40,7 +40,6 @@ |
||
| 40 | 40 | use Exception; |
| 41 | 41 | use OC\Core\Command\Base; |
| 42 | 42 | use OCA\Circles\AppInfo\Application; |
| 43 | -use OCA\Circles\CirclesManager; |
|
| 44 | 43 | use OCA\Circles\Db\CoreRequestBuilder; |
| 45 | 44 | use OCA\Circles\Exceptions\CircleNotFoundException; |
| 46 | 45 | use OCA\Circles\Model\Circle; |
@@ -31,11 +31,7 @@ |
||
| 31 | 31 | |
| 32 | 32 | namespace OCA\Circles\Command; |
| 33 | 33 | |
| 34 | -use ArtificialOwl\MySmallPhpTools\Exceptions\RequestContentException; |
|
| 35 | -use ArtificialOwl\MySmallPhpTools\Exceptions\RequestNetworkException; |
|
| 36 | 34 | use ArtificialOwl\MySmallPhpTools\Exceptions\RequestResultNotJsonException; |
| 37 | -use ArtificialOwl\MySmallPhpTools\Exceptions\RequestResultSizeException; |
|
| 38 | -use ArtificialOwl\MySmallPhpTools\Exceptions\RequestServerException; |
|
| 39 | 35 | use ArtificialOwl\MySmallPhpTools\Model\Nextcloud\nc22\NC22Request; |
| 40 | 36 | use ArtificialOwl\MySmallPhpTools\Model\Request; |
| 41 | 37 | use Exception; |
@@ -32,7 +32,6 @@ |
||
| 32 | 32 | namespace OCA\Circles\Command; |
| 33 | 33 | |
| 34 | 34 | use ArtificialOwl\MySmallPhpTools\Exceptions\InvalidItemException; |
| 35 | -use ArtificialOwl\MySmallPhpTools\Exceptions\ItemNotFoundException; |
|
| 36 | 35 | use ArtificialOwl\MySmallPhpTools\Exceptions\RequestNetworkException; |
| 37 | 36 | use ArtificialOwl\MySmallPhpTools\Exceptions\SignatoryException; |
| 38 | 37 | use ArtificialOwl\MySmallPhpTools\Exceptions\UnknownTypeException; |
@@ -33,11 +33,9 @@ |
||
| 33 | 33 | |
| 34 | 34 | |
| 35 | 35 | use ArtificialOwl\MySmallPhpTools\Exceptions\SignatoryException; |
| 36 | -use ArtificialOwl\MySmallPhpTools\Exceptions\SignatureException; |
|
| 37 | 36 | use ArtificialOwl\MySmallPhpTools\Traits\TArrayTools; |
| 38 | 37 | use OC\URLGenerator; |
| 39 | 38 | use OCA\Circles\AppInfo\Application; |
| 40 | -use OCA\Circles\Exceptions\UnknownInterfaceException; |
|
| 41 | 39 | use OCA\Circles\Service\ConfigService; |
| 42 | 40 | use OCA\Circles\Service\InterfaceService; |
| 43 | 41 | use OCA\Circles\Service\RemoteStreamService; |
@@ -37,7 +37,6 @@ |
||
| 37 | 37 | use ArtificialOwl\MySmallPhpTools\Model\SimpleDataStore; |
| 38 | 38 | use ArtificialOwl\MySmallPhpTools\Traits\TArrayTools; |
| 39 | 39 | use JsonSerializable; |
| 40 | -use OCA\Circles\Exceptions\UnknownInterfaceException; |
|
| 41 | 40 | |
| 42 | 41 | |
| 43 | 42 | /** |
@@ -27,7 +27,6 @@ |
||
| 27 | 27 | namespace OCA\Circles\Service; |
| 28 | 28 | |
| 29 | 29 | |
| 30 | -use ArtificialOwl\MySmallPhpTools\Exceptions\RequestNetworkException; |
|
| 31 | 30 | use ArtificialOwl\MySmallPhpTools\Exceptions\RequestResultNotJsonException; |
| 32 | 31 | use ArtificialOwl\MySmallPhpTools\Model\Nextcloud\nc22\NC22Request; |
| 33 | 32 | use ArtificialOwl\MySmallPhpTools\Model\Request; |