class ExecutableException in Drupal 9
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Executable/ExecutableException.php \Drupal\Core\Executable\ExecutableException
Generic executable plugin exception class.
Hierarchy
- class \Drupal\Core\Executable\ExecutableException extends \Drupal\Core\Executable\Exception implements ExceptionInterface
Expanded class hierarchy of ExecutableException
1 file declares its use of ExecutableException
- ConditionManager.php in core/
lib/ Drupal/ Core/ Condition/ ConditionManager.php
File
- core/
lib/ Drupal/ Core/ Executable/ ExecutableException.php, line 10
Namespace
Drupal\Core\ExecutableView source
class ExecutableException extends \Exception implements ExceptionInterface {
}