class PluginException

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

Hierarchy

Expanded class hierarchy of PluginException

3 files declare their use of PluginException
DefaultFactory.php in drupal/core/lib/Drupal/Component/Plugin/Factory/DefaultFactory.php
Definition of Drupal\Component\Plugin\Factory\DefaultFactory.
TypedDataFactory.php in drupal/core/lib/Drupal/Core/TypedData/TypedDataFactory.php
Definition of Drupal\Core\TypedData\TypedDataFactory.
views.module in drupal/core/modules/views/views.module
Primarily Drupal hooks and global API functions to manipulate views.

File

drupal/core/lib/Drupal/Component/Plugin/Exception/PluginException.php, line 15
Definition of Drupal\Component\Plugin\Exception\PluginException.

Namespace

Drupal\Component\Plugin\Exception
View source
class PluginException extends Exception implements ExceptionInterface {

}

Members