Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Query / QueryException.php
1 <?php
2
3 namespace Drupal\Core\Entity\Query;
4
5 /**
6  * Exception thrown by Query() on unsupported query syntax.
7  *
8  * Some storage modules might not support the full range of the syntax for
9  * conditions, and will raise a QueryException when an unsupported
10  * condition was specified.
11  */
12 class QueryException extends \Exception {}