SqlContentEntityStorageException.php
Same filename in other branches
Namespace
Drupal\Core\Entity\SqlFile
-
core/
lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageException.php
View source
<?php
namespace Drupal\Core\Entity\Sql;
use Drupal\Core\Entity\EntityStorageException;
/**
* Exception thrown when a SQL storage operation fails.
*/
class SqlContentEntityStorageException extends EntityStorageException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
SqlContentEntityStorageException | Exception thrown when a SQL storage operation fails. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.