You are here

class LogicException in Rules 8.3

An exception that is thrown when there is an error in program logic.

Hierarchy

Expanded class hierarchy of LogicException

4 files declare their use of LogicException
AddExpressionForm.php in src/Form/AddExpressionForm.php
ContextConfig.php in src/Context/ContextConfig.php
RulesComponent.php in src/Engine/RulesComponent.php
RulesUiDefinition.php in src/Ui/RulesUiDefinition.php

File

src/Exception/LogicException.php, line 8

Namespace

Drupal\rules\Exception
View source
class LogicException extends RulesException {

}

Members