Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / Exception / ExceptionInterface.php
1 <?php
2
3 namespace Drupal\Component\Plugin\Exception;
4
5 /**
6  * Exception interface for all exceptions thrown by the Plugin component.
7  */
8 interface ExceptionInterface {}