OutOfBoundsException.php

Namespace

Drupal\rules\Exception

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

Title Deprecated Summary
OutOfBoundsException An Exception that is thrown if a value is not a valid key.