Overview

Namespaces

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

Classes

  • SplObjectStorage

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • Serializable
  • Traversable

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • Overview
  • Namespace
  • Class
  • Tree

Class Exception

Direct known subclasses

LogicException, RuntimeException, Symfony\Component\Security\Acl\Exception\Exception

Indirect known subclasses

InvalidArgumentException, 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\NotAllAclsFoundException, Symfony\Component\Security\Acl\Exception\SidNotLoadedException
PHP Extension: Core
Documented at php.net
Methods summary
public
# __construct( mixed $message, mixed $code, mixed $previous )
final public
# getMessage( )
final public
# getCode( )
final public
# getFile( )
final public
# getLine( )
final public
# getTrace( )
final public
# getPrevious( )
final public
# getTraceAsString( )
public
# __toString( )
Properties summary
protected string $message ''
#
protected integer $code 0
#
protected mixed $file
#
protected mixed $line
#
Arbiter API documentation generated by ApiGen 2.8.0