MissingDependencyException.php
Same filename in other branches
Namespace
Drupal\Core\ExtensionFile
-
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.