ConfigEntityStorageClassException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\Config\Entity\ExceptionFile
core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.phpView source
<?php
namespace Drupal\Core\Config\Entity\Exception;
use Drupal\Core\Config\ConfigException;
/**
* Thrown when a storage class is not an instance of ConfigEntityStorage.
*/
class ConfigEntityStorageClassException extends ConfigException {
}
Classes
Name | Description |
---|---|
ConfigEntityStorageClassException | Thrown when a storage class is not an instance of ConfigEntityStorage. |