class InvalidQueryException extends InvalidArgumentException implements DatabaseException (View source)

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.