Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / web / core / lib / Drupal / Core / Entity / EntityStorageException.php
1 <?php
2
3 namespace Drupal\Core\Entity;
4
5 /**
6  * Defines an exception thrown when storage operations fail.
7  */
8 class EntityStorageException extends \Exception {}