PluginException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Component\Plugin\ExceptionFile
core/lib/Drupal/Component/Plugin/Exception/PluginException.phpView source
<?php
namespace Drupal\Component\Plugin\Exception;
/**
* Generic Plugin exception class to be thrown when no more specific class
* is applicable.
*/
class PluginException extends \Exception implements ExceptionInterface {
}
Classes
Name | Description |
---|---|
PluginException | Generic Plugin exception class to be thrown when no more specific class is applicable. |