class ExecutableException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
File
- core/
lib/ Drupal/ Core/ Executable/ ExecutableException.php, line 14 - Contains \Drupal\Core\Executable\ExecutableException.
Namespace
Drupal\Core\ExecutableView source
class ExecutableException extends \Exception implements ExceptionInterface {
}