<?php namespace Drupal\rules\Exception; /** * An exception that is thrown if an argument is invalid. */ class InvalidArgumentException extends RulesException { }
Главная | Обратная связь