You are here

abstract class RulesException in Rules 8.3

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 {

}

Members