You are here

class ExecutableException in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Executable/ExecutableException.php \Drupal\Core\Executable\ExecutableException

Generic executable plugin exception class.

Hierarchy

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\Executable
View source
class ExecutableException extends \Exception implements ExceptionInterface {

}

Members