<?php namespace Drupal\rules\Exception; /** * An exception that is thrown when there is an error in program logic. */ class LogicException extends RulesException { }
Главная | Обратная связь