LogicException.php
Namespace
Drupal\rules\ExceptionFile
-
src/
Exception/ LogicException.php
View source
<?php
namespace Drupal\rules\Exception;
/**
* An exception that is thrown when there is an error in program logic.
*/
class LogicException extends RulesException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
LogicException | An exception that is thrown when there is an error in program logic. |