summaryrefslogtreecommitdiff
path: root/sites/all/modules/l10n_update/includes/locale/StringStorageException.php
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/modules/l10n_update/includes/locale/StringStorageException.php')
-rw-r--r--sites/all/modules/l10n_update/includes/locale/StringStorageException.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/sites/all/modules/l10n_update/includes/locale/StringStorageException.php b/sites/all/modules/l10n_update/includes/locale/StringStorageException.php
new file mode 100644
index 000000000..946fae500
--- /dev/null
+++ b/sites/all/modules/l10n_update/includes/locale/StringStorageException.php
@@ -0,0 +1,11 @@
+<?php
+
+/**
+ * @file
+ * Definition of Drupal\Core\Entity\StringStorageException.
+ */
+
+/**
+ * Defines an exception thrown when storage operations fail.
+ */
+class StringStorageException extends \Exception { }