UninstalledExtensionException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\Extension\ExceptionFile
core/lib/Drupal/Core/Extension/Exception/UninstalledExtensionException.phpView source
<?php
namespace Drupal\Core\Extension\Exception;
/**
* Exception class thrown when a specified extension has not been installed.
*/
class UninstalledExtensionException extends \InvalidArgumentException {
}
Classes
Name | Description |
---|---|
UninstalledExtensionException | Exception class thrown when a specified extension has not been installed. |