QueryException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Entity/Query/QueryException.php
  2. 8.9.x core/lib/Drupal/Core/Entity/Query/QueryException.php
  3. 10 core/lib/Drupal/Core/Entity/Query/QueryException.php

Namespace

Drupal\Core\Entity\Query

File

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.