class LogicException

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

Hierarchy

  • class \Drupal\rules\Exception\RulesException extends \Drupal\rules\Exception\Exception
    • class \Drupal\rules\Exception\LogicException extends \Drupal\rules\Exception\RulesException

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 {

}