You are here

class OutOfBoundsException in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\Exception\OutOfBoundsException
  2. 8 vendor/symfony/dependency-injection/Exception/OutOfBoundsException.php \Symfony\Component\DependencyInjection\Exception\OutOfBoundsException
  3. 8 vendor/doctrine/common/lib/Doctrine/Common/Proxy/Exception/OutOfBoundsException.php \Doctrine\Common\Proxy\Exception\OutOfBoundsException
Same name and namespace in other branches
  1. 8.0 vendor/symfony/validator/Exception/OutOfBoundsException.php \Symfony\Component\Validator\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 vendor/symfony/validator/Constraints/GroupSequence.php
1 string reference to 'OutOfBoundsException'
FunctionsTest::testCoroutineOtherwiseIntegrationTest in vendor/guzzlehttp/promises/tests/functionsTest.php

File

vendor/symfony/validator/Exception/OutOfBoundsException.php, line 19

Namespace

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

}

Members