You are here

InvalidExpressionException.php in Rules 8.3

File

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

Namesort descending Description
InvalidExpressionException An exception thrown when the wrong expression has been given.