class QueryException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Entity/Query/QueryException.php \Drupal\Core\Entity\Query\QueryException
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.
Hierarchy
- class \Drupal\Core\Entity\Query\QueryException extends \Drupal\Core\Entity\Query\Exception
Expanded class hierarchy of QueryException
5 files declare their use of QueryException
- Condition.php in core/
lib/ Drupal/ Core/ Config/ Entity/ Query/ Condition.php - Contains \Drupal\Core\Config\Entity\Query\Condition.
- Query.php in core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ Query.php - Contains \Drupal\Core\Entity\Query\Sql\Query.
- QueryFactory.php in core/
lib/ Drupal/ Core/ Config/ Entity/ Query/ QueryFactory.php - Contains \Drupal\Core\Config\Entity\Query\QueryFactory.
- QueryFactory.php in core/
lib/ Drupal/ Core/ Entity/ KeyValueStore/ Query/ QueryFactory.php - Contains \Drupal\Core\Entity\KeyValueStore\Query\QueryFactory.
- Tables.php in core/
lib/ Drupal/ Core/ Entity/ Query/ Sql/ Tables.php - Contains \Drupal\Core\Entity\Query\Sql\Tables.
File
- core/
lib/ Drupal/ Core/ Entity/ Query/ QueryException.php, line 17 - Contains \Drupal\Core\Entity\Query\QueryException.
Namespace
Drupal\Core\Entity\QueryView source
class QueryException extends \Exception {
}