Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

InvalidQueryException.php

Namespace

Drupal\Core\Database

File

core/lib/Drupal/Core/Database/InvalidQueryException.php

View source
<?php

namespace Drupal\Core\Database;


/**
 * Exception thrown if a query would be invalid.
 *
 * This exception is thrown e.g. when trying to have an IN condition with an
 * empty array.
 */
class InvalidQueryException extends \InvalidArgumentException implements DatabaseException {

}

Classes

Title Deprecated Summary
InvalidQueryException Exception thrown if a query would be invalid.
RSS feed
Powered by Drupal