You are here

class UninstalledExtensionException in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php \Drupal\Core\Extension\Exception\UninstalledExtensionException

Exception class thrown when a specified extension has not been installed.

Hierarchy

Expanded class hierarchy of UninstalledExtensionException

File

core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.php, line 8

Namespace

Drupal\Core\Extension\Exception
View source
class UninstalledExtensionException extends \InvalidArgumentException {

}

Members