Overview

Namespaces

  • PHP
  • ProgrammingAreHard
    • Arbiter
      • Domain
      • Model
  • Symfony
    • Component
      • Security
        • Acl
          • Exception
          • Model
          • Permission
        • Core
          • User

Exceptions

  • AclAlreadyExistsException
  • AclNotFoundException
  • ConcurrentModificationException
  • Exception
  • InvalidDomainObjectException
  • NoAceFoundException
  • NotAllAclsFoundException
  • SidNotLoadedException
  • Overview
  • Namespace
  • Class
  • Tree

Class ConcurrentModificationException

This exception is thrown whenever you change shared properties of more than one ACL of the same class type concurrently.

Exception
Extended by Symfony\Component\Security\Acl\Exception\Exception
Extended by Symfony\Component\Security\Acl\Exception\ConcurrentModificationException
Namespace: Symfony\Component\Security\Acl\Exception
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at ConcurrentModificationException.php
Methods inherited from Exception
__construct(), __toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Arbiter API documentation generated by ApiGen 2.8.0