StringStorageException.php in Localization update 7.2
Definition of Drupal\Core\Entity\StringStorageException.
File
includes/locale/StringStorageException.phpView source
<?php
/**
* @file
* Definition of Drupal\Core\Entity\StringStorageException.
*/
/**
* Defines an exception thrown when storage operations fail.
*/
class StringStorageException extends \Exception {
}
Classes
Name | Description |
---|---|
StringStorageException | Defines an exception thrown when storage operations fail. |