Same filename and directory in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/Query/QueryException.php
  2. 9 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

Namesort descending Description
QueryException Exception thrown by Query() on unsupported query syntax.