EntityStorageException.php 158 B

12345678
  1. <?php
  2. namespace Drupal\Core\Entity;
  3. /**
  4. * Defines an exception thrown when storage operations fail.
  5. */
  6. class EntityStorageException extends \Exception {}