ExtensionNameReservedException.php
Namespace
Drupal\Core\ExtensionFile
-
core/
lib/ Drupal/ Core/ Extension/ ExtensionNameReservedException.php
View source
<?php
namespace Drupal\Core\Extension;
/**
* Exception thrown when the extension's name is already reserved.
*/
class ExtensionNameReservedException extends \Exception {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ExtensionNameReservedException | Exception thrown when the extension's name is already reserved. |