ConfigEntityIdLengthException.php 242 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Config\Entity\Exception;
  3. use Drupal\Core\Config\ConfigException;
  4. /**
  5. * Defines an exception thrown when a configuration entity ID is too long.
  6. */
  7. class ConfigEntityIdLengthException extends ConfigException {}