Patched to Drupal 8.4.8 level. See https://www.drupal.org/sa-core-2018-004 and patch...
[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 {}