StringStorageException.php
Namespace
Drupal\localeFile
-
core/
modules/ locale/ src/ StringStorageException.php
View source
<?php
namespace Drupal\locale;
/**
* Defines an exception thrown when storage operations fail.
*/
class StringStorageException extends \Exception {
}
Classes
Title | Deprecated | Summary |
---|---|---|
StringStorageException | Defines an exception thrown when storage operations fail. |