class PluginException
Same name in other branches
- 9 core/lib/Drupal/Component/Plugin/Exception/PluginException.php \Drupal\Component\Plugin\Exception\PluginException
- 8.9.x core/lib/Drupal/Component/Plugin/Exception/PluginException.php \Drupal\Component\Plugin\Exception\PluginException
- 10 core/lib/Drupal/Component/Plugin/Exception/PluginException.php \Drupal\Component\Plugin\Exception\PluginException
Base class for plugin exceptions.
Hierarchy
- class \Drupal\Component\Plugin\Exception\PluginException extends \Drupal\Component\Plugin\Exception\Exception implements \Drupal\Component\Plugin\Exception\ExceptionInterface
Expanded class hierarchy of PluginException
25 files declare their use of PluginException
- BlockPluginCollection.php in core/
modules/ block/ src/ BlockPluginCollection.php - BlockStorageUnitTest.php in core/
modules/ block/ tests/ src/ Kernel/ BlockStorageUnitTest.php - ComponentPluginManager.php in core/
lib/ Drupal/ Core/ Theme/ ComponentPluginManager.php - ComponentPluginManager.php in core/
modules/ sdc/ src/ ComponentPluginManager.php - ContextualLinkManager.php in core/
lib/ Drupal/ Core/ Menu/ ContextualLinkManager.php
File
-
core/
lib/ Drupal/ Component/ Plugin/ Exception/ PluginException.php, line 8
Namespace
Drupal\Component\Plugin\ExceptionView source
class PluginException extends \Exception implements ExceptionInterface {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.