Version 1
[yaffs-website] / web / core / modules / locale / src / StringStorageException.php
diff --git a/web/core/modules/locale/src/StringStorageException.php b/web/core/modules/locale/src/StringStorageException.php
new file mode 100644 (file)
index 0000000..c73c42c
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\locale;
+
+/**
+ * Defines an exception thrown when storage operations fail.
+ */
+class StringStorageException extends \Exception {}