SqlContentEntityStorageException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\Entity\SqlFile
core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageException.phpView 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
Name | Description |
---|---|
SqlContentEntityStorageException | Exception thrown when a SQL storage operation fails. |