UninstalledExtensionException.php
Namespace
Drupal\Core\Extension\ExceptionFile
-
core/
lib/ Drupal/ Core/ Extension/ Exception/ UninstalledExtensionException.php
View source
<?php
namespace Drupal\Core\Extension\Exception;
/**
* Exception class thrown when a specified extension has not been installed.
*/
class UninstalledExtensionException extends \InvalidArgumentException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
UninstalledExtensionException | Exception class thrown when a specified extension has not been installed. |