You are here

class PluginException in Plug 7

Generic Plugin exception class to be thrown when no more specific class is applicable.

Hierarchy

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

}

Members