Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / Exception / PluginException.php
1 <?php
2
3 namespace Drupal\Component\Plugin\Exception;
4
5 /**
6  * Generic Plugin exception class to be thrown when no more specific class
7  * is applicable.
8  */
9 class PluginException extends \Exception implements ExceptionInterface {}