class PluginException in Plug 7
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
1 file declares its use of PluginException
- 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 {
}