Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

UninstalledExtensionException.php

Namespace

Drupal\Core\Extension\Exception

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

Title Deprecated Summary
UninstalledExtensionException Exception class thrown when a specified extension has not been installed.
RSS feed
Powered by Drupal