StringStorageException.php 205 B

1234567891011
  1. <?php
  2. /**
  3. * @file
  4. * Definition of Drupal\Core\Entity\StringStorageException.
  5. */
  6. /**
  7. * Defines an exception thrown when storage operations fail.
  8. */
  9. class StringStorageException extends \Exception {}