Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / Exception / ContextException.php
1 <?php
2
3 namespace Drupal\Component\Plugin\Exception;
4
5 /**
6  * An exception class to be thrown for context plugin exceptions.
7  */
8 class ContextException extends \Exception implements ExceptionInterface {}