class RulesException

Same name in other branches
  1. 7.x-2.x includes/rules.core.inc \RulesException

A common exception for Rules.

This class can be used to catch all exceptions thrown by Rules.

Hierarchy

  • class \Drupal\rules\Exception\RulesException extends \Drupal\rules\Exception\Exception

Expanded class hierarchy of RulesException

File

src/Exception/RulesException.php, line 10

Namespace

Drupal\rules\Exception
View source
abstract class RulesException extends \Exception {

}