ExtensionNameLengthException.php 188 B

12345678
  1. <?php
  2. namespace Drupal\Core\Extension;
  3. /**
  4. * Exception thrown when the extension's name length exceeds the allowed maximum.
  5. */
  6. class ExtensionNameLengthException extends \Exception {}