Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Extension / Exception / UninstalledExtensionException.php
1 <?php
2
3 namespace Drupal\Core\Extension\Exception;
4
5 /**
6  * Exception class thrown when a specified extension has not been installed.
7  */
8 class UninstalledExtensionException extends \InvalidArgumentException {}