ConfigEntityStorageClassException.php 245 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Config\Entity\Exception;
  3. use Drupal\Core\Config\ConfigException;
  4. /**
  5. * Thrown when a storage class is not an instance of ConfigEntityStorage.
  6. */
  7. class ConfigEntityStorageClassException extends ConfigException {}