You are here

class PluginException in Service Container 7.2

Same name and namespace in other branches
  1. 7 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

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

}

Members