Because this is completly useless.
@@ -137,8 +137,6 @@ class AclSecurityHandler implements AclSecurityHandlerInterface
return $this->authorizationChecker->isGranted($this->superAdminRoles) || $this->authorizationChecker->isGranted($attributes, $object);
} catch (AuthenticationCredentialsNotFoundException $e) {
return false;
- } catch (\Exception $e) {
- throw $e;
}
@@ -67,8 +67,6 @@ class RoleSecurityHandler implements SecurityHandlerInterface
|| $this->authorizationChecker->isGranted($attributes, $object);