You are here

class OutOfBoundsException in Plug 7

Same name in this branch
  1. 7 lib/Symfony/validator/Symfony/Component/Validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\Exception\OutOfBoundsException
  2. 7 lib/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php \Doctrine\Common\Proxy\Exception\OutOfBoundsException

Base OutOfBoundsException for the Validator component.

@author Bernhard Schussek <bschussek@gmail.com>

Hierarchy

Expanded class hierarchy of OutOfBoundsException

1 file declares its use of OutOfBoundsException
GroupSequence.php in lib/Symfony/validator/Symfony/Component/Validator/Constraints/GroupSequence.php

File

lib/Symfony/validator/Symfony/Component/Validator/Exception/OutOfBoundsException.php, line 19

Namespace

Symfony\Component\Validator\Exception
View source
class OutOfBoundsException extends \OutOfBoundsException implements ExceptionInterface {

}

Members