You are here

OutOfBoundsException.php in Rules 8.3

File

src/Exception/OutOfBoundsException.php
View source
<?php

namespace Drupal\rules\Exception;


/**
 * An Exception that is thrown if a value is not a valid key.
 */
class OutOfBoundsException extends RulesException {

}

Classes

Namesort descending Description
OutOfBoundsException An Exception that is thrown if a value is not a valid key.