ExtensionNameLengthException.php
Namespace
Drupal\Core\ExtensionFile
-
core/
lib/ Drupal/ Core/ Extension/ ExtensionNameLengthException.php
View source
<?php
namespace Drupal\Core\Extension;
/**
* Exception thrown when the extension's name length exceeds the allowed maximum.
*/
class ExtensionNameLengthException extends \Exception {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| ExtensionNameLengthException | Exception thrown when the extension's name length exceeds the allowed maximum. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.