Version 1
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Query / QueryException.php
diff --git a/web/core/lib/Drupal/Core/Entity/Query/QueryException.php b/web/core/lib/Drupal/Core/Entity/Query/QueryException.php
new file mode 100644 (file)
index 0000000..2f8741d
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Core\Entity\Query;
+
+/**
+ * Exception thrown by Query() on unsupported query syntax.
+ *
+ * Some storage modules might not support the full range of the syntax for
+ * conditions, and will raise a QueryException when an unsupported
+ * condition was specified.
+ */
+class QueryException extends \Exception { }