class OutOfBoundsException
An Exception that is thrown if a value is not a valid key.
Hierarchy
- class \Drupal\rules\Exception\RulesException extends \Drupal\rules\Exception\Exception
- class \Drupal\rules\Exception\OutOfBoundsException extends \Drupal\rules\Exception\RulesException
Expanded class hierarchy of OutOfBoundsException
1 file declares its use of OutOfBoundsException
- IntegrityViolationList.php in src/
Engine/ IntegrityViolationList.php
File
-
src/
Exception/ OutOfBoundsException.php, line 8
Namespace
Drupal\rules\ExceptionView source
class OutOfBoundsException extends RulesException {
}