InvalidExpressionException.php
Namespace
Drupal\rules\ExceptionFile
-
src/
Exception/ InvalidExpressionException.php
View source
<?php
namespace Drupal\rules\Exception;
/**
* An exception thrown when the wrong expression has been given.
*/
class InvalidExpressionException extends RulesException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
InvalidExpressionException | An exception thrown when the wrong expression has been given. |