|
|
@@ -13,7 +13,6 @@ use App\Service\Access\AdminAccessUtils;
|
|
|
use App\Service\Access\Utils as AccessUtils;
|
|
|
use App\Service\Core\ContactPointUtils;
|
|
|
use Doctrine\ORM\EntityManagerInterface;
|
|
|
-use Exception;
|
|
|
use Symfony\Bundle\SecurityBundle\Security;
|
|
|
use Symfony\Component\HttpFoundation\Response;
|
|
|
|
|
|
@@ -34,7 +33,8 @@ class AdminAccessProcessor implements ProcessorInterface
|
|
|
/**
|
|
|
* @param mixed[] $uriVariables
|
|
|
* @param mixed[] $context
|
|
|
- * @throws Exception
|
|
|
+ *
|
|
|
+ * @throws \Exception
|
|
|
*/
|
|
|
public function process(mixed $data, Operation $operation, array $uriVariables = [], array $context = []): ?AdminAccess
|
|
|
{
|