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 AclAlreadyExistsException

This exception is thrown when someone tries to create an ACL for an object identity that already has one.

Exception
Extended by Symfony\Component\Security\Acl\Exception\Exception
Extended by Symfony\Component\Security\Acl\Exception\AclAlreadyExistsException
Namespace: Symfony\Component\Security\Acl\Exception
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at AclAlreadyExistsException.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