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 Exception

Base ACL exception

Exception
Extended by Symfony\Component\Security\Acl\Exception\Exception

Direct known subclasses

Symfony\Component\Security\Acl\Exception\AclAlreadyExistsException, Symfony\Component\Security\Acl\Exception\AclNotFoundException, Symfony\Component\Security\Acl\Exception\ConcurrentModificationException, Symfony\Component\Security\Acl\Exception\InvalidDomainObjectException, Symfony\Component\Security\Acl\Exception\NoAceFoundException, Symfony\Component\Security\Acl\Exception\SidNotLoadedException

Indirect known subclasses

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