Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Config / ConfigValueException.php
diff --git a/web/core/lib/Drupal/Core/Config/ConfigValueException.php b/web/core/lib/Drupal/Core/Config/ConfigValueException.php
new file mode 100644 (file)
index 0000000..3e34d58
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+
+namespace Drupal\Core\Config;
+
+/**
+ * Exception thrown when config object values are invalid.
+ */
+class ConfigValueException extends ConfigException {}