Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Sql / SqlContentEntityStorageException.php
1 <?php
2
3 namespace Drupal\Core\Entity\Sql;
4
5 use Drupal\Core\Entity\EntityStorageException;
6
7 /**
8  * Exception thrown when a SQL storage operation fails.
9  */
10 class SqlContentEntityStorageException extends EntityStorageException {
11 }