<?php namespace Drupal\rules\Exception; /** * An exception thrown when the wrong expression has been given. */ class InvalidExpressionException extends RulesException { }
Главная | Обратная связь