InvalidQueryException.php
Same filename in other branches
Namespace
Drupal\Core\DatabaseFile
-
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.