PluginException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Component/Plugin/Exception/PluginException.php
  2. 8.9.x core/lib/Drupal/Component/Plugin/Exception/PluginException.php
  3. 11.x core/lib/Drupal/Component/Plugin/Exception/PluginException.php

Namespace

Drupal\Component\Plugin\Exception

File

core/lib/Drupal/Component/Plugin/Exception/PluginException.php

View source
<?php

namespace Drupal\Component\Plugin\Exception;


/**
 * Base class for plugin exceptions.
 */
class PluginException extends \Exception implements ExceptionInterface {

}

Classes

Title Deprecated Summary
PluginException Base class for plugin exceptions.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.