You are here

UninstalledExtensionException.php in Drupal 8

File

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

Namesort descending Description
UninstalledExtensionException Exception class thrown when a specified extension has not been installed.