NoFieldsException.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Drupal\Core\Database\QueryFile
core/lib/Drupal/Core/Database/Query/NoFieldsException.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Database\Query\NoFieldsException.
*/
namespace Drupal\Core\Database\Query;
use Drupal\Core\Database\DatabaseException;
/**
* Exception thrown if an insert query doesn't specify insert or default fields.
*/
class NoFieldsException extends \InvalidArgumentException implements DatabaseException {
}
Classes
Name | Description |
---|---|
NoFieldsException | Exception thrown if an insert query doesn't specify insert or default fields. |