You are here

class ModuleInstallationBlocked in Module Blacklist 8

Exception class to throw when a blacklisted module is being installed.

Hierarchy

Expanded class hierarchy of ModuleInstallationBlocked

2 files declare their use of ModuleInstallationBlocked
module_blacklist.install in ./module_blacklist.install
Install, update and uninstall functions for the Module Blacklist module.
module_blacklist.module in ./module_blacklist.module
Module Blacklist implementation of hooks.

File

src/Exception/ModuleInstallationBlocked.php, line 8

Namespace

Drupal\module_blacklist\Exception
View source
class ModuleInstallationBlocked extends \Exception {

}

Members