503ed96ecc1a531e3b7bf817dc371fd1b1b88a61
[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 { }