class EvaluationException
An exception that is thrown during evaluation.
Hierarchy
- class \Drupal\rules\Exception\RulesException extends \Drupal\rules\Exception\Exception
- class \Drupal\rules\Exception\EvaluationException extends \Drupal\rules\Exception\RulesException
Expanded class hierarchy of EvaluationException
5 files declare their use of EvaluationException
- ContextHandlerTrait.php in src/
Context/ ContextHandlerTrait.php - ContextHandlerTraitTest.php in tests/
src/ Unit/ ContextHandlerTraitTest.php - ContextIntegrationTest.php in tests/
src/ Kernel/ ContextIntegrationTest.php - ExecutionState.php in src/
Context/ ExecutionState.php - LoopTest.php in tests/
src/ Unit/ Integration/ Engine/ LoopTest.php
File
-
src/
Exception/ EvaluationException.php, line 8
Namespace
Drupal\rules\ExceptionView source
class EvaluationException extends RulesException {
}