ConfigEntityStorageClassException.php
Same filename in other branches
Namespace
Drupal\Core\Config\Entity\ExceptionFile
-
core/
lib/ Drupal/ Core/ Config/ Entity/ Exception/ ConfigEntityStorageClassException.php
View 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
Title | Deprecated | Summary |
---|---|---|
ConfigEntityStorageClassException | Thrown when a storage class is not an instance of ConfigEntityStorage. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.