You are here

ModuleInstallationBlocked.php in Module Blacklist 8

File

src/Exception/ModuleInstallationBlocked.php
View source
<?php

namespace Drupal\module_blacklist\Exception;


/**
 * Exception class to throw when a blacklisted module is being installed.
 */
class ModuleInstallationBlocked extends \Exception {

}

Classes

Namesort descending Description
ModuleInstallationBlocked Exception class to throw when a blacklisted module is being installed.