class OutOfBoundsException in Rules 8.3
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
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 {
}