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 NoAceFoundException

This exception is thrown when we cannot locate an ACE that matches the combination of permission masks and security identities.

Exception
Extended by Symfony\Component\Security\Acl\Exception\Exception
Extended by Symfony\Component\Security\Acl\Exception\NoAceFoundException
Namespace: Symfony\Component\Security\Acl\Exception
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at NoAceFoundException.php
Methods summary
public
# __construct( )

Overrides

Exception::__construct()
Methods inherited from Exception
__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