f0503f1980b571ef1ae3fd2b39d513925809decb
[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 {}