class PluginException in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/Plugin/Exception/PluginException.php \Drupal\Component\Plugin\Exception\PluginException
Generic Plugin exception class to be thrown when no more specific class is applicable.
Hierarchy
- class \Drupal\Component\Plugin\Exception\PluginException extends \Drupal\Component\Plugin\Exception\Exception implements ExceptionInterface
Expanded class hierarchy of PluginException
2 files declare their use of PluginException
- ContainerAwarePluginManager.php in src/
Plugin/ ContainerAwarePluginManager.php - Contains \Drupal\service_container\Plugin\ContainerAwarePluginManager
- DefaultFactory.php in lib/
Drupal/ Component/ Plugin/ Factory/ DefaultFactory.php - Contains \Drupal\Component\Plugin\Factory\DefaultFactory.
File
- lib/
Drupal/ Component/ Plugin/ Exception/ PluginException.php, line 13 - Contains \Drupal\Component\Plugin\Exception\PluginException.
Namespace
Drupal\Component\Plugin\ExceptionView source
class PluginException extends \Exception implements ExceptionInterface {
}