bea8ce15ca21401ab162926a82537fd9e30a0097
[yaffs-website] / web / core / lib / Drupal / Core / Extension / ExtensionNameLengthException.php
1 <?php
2
3 namespace Drupal\Core\Extension;
4
5 /**
6  * Exception thrown when the extension's name length exceeds the allowed maximum.
7  */
8 class ExtensionNameLengthException extends \Exception { }