InvalidExpressionException.php in Rules 8.3
Namespace
Drupal\rules\ExceptionFile
src/Exception/InvalidExpressionException.phpView source
<?php
namespace Drupal\rules\Exception;
/**
* An exception thrown when the wrong expression has been given.
*/
class InvalidExpressionException extends RulesException {
}
Classes
Name | Description |
---|---|
InvalidExpressionException | An exception thrown when the wrong expression has been given. |