StringStorageException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\localeFile
core/modules/locale/src/StringStorageException.phpView source
<?php
namespace Drupal\locale;
/**
* Defines an exception thrown when storage operations fail.
*/
class StringStorageException extends \Exception {
}
Classes
Name | Description |
---|---|
StringStorageException | Defines an exception thrown when storage operations fail. |