You are here

class EvaluationException in Rules 8.3

An exception that is thrown during evaluation.

Hierarchy

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\Exception
View source
class EvaluationException extends RulesException {

}

Members