QueryException.php
Same filename in other branches
Namespace
Drupal\Core\Entity\QueryFile
-
core/
lib/ Drupal/ Core/ Entity/ Query/ QueryException.php
View 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
Title | Deprecated | Summary |
---|---|---|
QueryException | Exception thrown by Query() on unsupported query syntax. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.