d559d712fc32f131439e695a1d79fdaf0a7c40ae
[yaffs-website] / web / core / lib / Drupal / Component / Plugin / Exception / InvalidDeriverException.php
1 <?php
2
3 namespace Drupal\Component\Plugin\Exception;
4
5 /**
6  * Exception to be thrown if a plugin tries to use an invalid deriver.
7  */
8 class InvalidDeriverException extends PluginException { }