PluginException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Component/Plugin/Exception/PluginException.php
  2. 10 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;


/**
 * Generic Plugin exception class to be thrown when no more specific class
 * is applicable.
 */
class PluginException extends \Exception implements ExceptionInterface {

}

Classes

Title Deprecated Summary
PluginException Generic Plugin exception class to be thrown when no more specific class is applicable.

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