QueryException.php in Drupal 10
Same filename and directory in other branches
Namespace
Drupal\Core\Entity\QueryFile
core/lib/Drupal/Core/Entity/Query/QueryException.phpView source
<?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 {
}
Classes
Name | Description |
---|---|
QueryException | Exception thrown by Query() on unsupported query syntax. |