class RulesException
Same name in other branches
- 8.x-3.x src/Exception/RulesException.php \Drupal\rules\Exception\RulesException
A base exception class for Rules.
This class can be used to catch all exceptions thrown by Rules, and it may be subclassed to describe more specific exceptions.
Hierarchy
- class \RulesException extends \Exception
Expanded class hierarchy of RulesException
File
-
includes/
rules.core.inc, line 2836
View source
abstract class RulesException extends Exception {
}