Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Config / ConfigPrefixLengthException.php
diff --git a/web/core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php b/web/core/lib/Drupal/Core/Config/ConfigPrefixLengthException.php
new file mode 100644 (file)
index 0000000..582038a
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Config;
+
+/**
+ * Exception thrown when the config prefix length is exceeded.
+ */
+class ConfigPrefixLengthException extends ConfigException {}