<?php namespace Drupal\rules\Exception; /** * A common exception for Rules. * * This class can be used to catch all exceptions thrown by Rules. */ abstract class RulesException extends \Exception { }
Главная | Обратная связь