namespace Drupal\rules\Exception
Object name | File name | Summary |
---|---|---|
EvaluationException | src/Exception/EvaluationException.php | An exception that is thrown during evaluation. |
IntegrityException | src/Exception/IntegrityException.php | An exception that is thrown during integrity checks at configuration time. |
InvalidArgumentException | src/Exception/InvalidArgumentException.php | An exception that is thrown if an argument is invalid. |
InvalidExpressionException | src/Exception/InvalidExpressionException.php | An exception thrown when the wrong expression has been given. |
LogicException | src/Exception/LogicException.php | An exception that is thrown when there is an error in program logic. |
OutOfBoundsException | src/Exception/OutOfBoundsException.php | An Exception that is thrown if a value is not a valid key. |
RulesException | src/Exception/RulesException.php | A common exception for Rules. |