Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Component / Discovery / DiscoveryException.php
1 <?php
2
3 namespace Drupal\Component\Discovery;
4
5 /**
6  * Exception thrown during discovery if the data is invalid.
7  */
8 class DiscoveryException extends \RuntimeException {
9 }