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

Breadcrumb

  1. Drupal Core 11.1.x

MissingDependencyException.php

Namespace

Drupal\Core\Extension

File

core/lib/Drupal/Core/Extension/MissingDependencyException.php

View source
<?php

namespace Drupal\Core\Extension;


/**
 * Exception class to throw when modules are missing on install.
 *
 * @see \Drupal\Core\Extension\ModuleInstaller::install()
 */
class MissingDependencyException extends \Exception {

}

Classes

Title Deprecated Summary
MissingDependencyException Exception class to throw when modules are missing on install.

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal