Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / Extension / MissingDependencyException.php
1 <?php
2
3 namespace Drupal\Core\Extension;
4
5 /**
6  * Exception class to throw when modules are missing on install.
7  *
8  * @see \Drupal\Core\Extension\ModuleInstaller::install()
9  */
10 class MissingDependencyException extends \Exception {}