class PluginException

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

Hierarchy

Expanded class hierarchy of PluginException

16 files declare their use of PluginException
aggregator.module in drupal/core/modules/aggregator/aggregator.module
Used to aggregate syndicated content (RSS, RDF, and Atom).
block.module in drupal/core/modules/block/block.module
Controls the visual building blocks a page is constructed with.
BlockPluginBag.php in drupal/core/modules/block/lib/Drupal/block/BlockPluginBag.php
Contains \Drupal\block\BlockPluginBag.
BlockStorageUnitTest.php in drupal/core/modules/block/lib/Drupal/block/Tests/BlockStorageUnitTest.php
Contains \Drupal\block\Tests\BlockStorageUnitTest.
ContextAwarePluginBase.php in drupal/core/lib/Drupal/Component/Plugin/ContextAwarePluginBase.php
Contains \Drupal\Component\Plugin\ContextAwarePluginBase

... See full list

File

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

Namespace

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

}

Members