OutOfBoundsException.php in Rules 8.3
Namespace
Drupal\rules\ExceptionFile
src/Exception/OutOfBoundsException.phpView source
<?php
namespace Drupal\rules\Exception;
/**
* An Exception that is thrown if a value is not a valid key.
*/
class OutOfBoundsException extends RulesException {
}
Classes
Name | Description |
---|---|
OutOfBoundsException | An Exception that is thrown if a value is not a valid key. |