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

Breadcrumb

  1. Drupal Core 11.1.x

NoFieldsException.php

Namespace

Drupal\Core\Database\Query

File

core/lib/Drupal/Core/Database/Query/NoFieldsException.php

View source
<?php

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

Title Deprecated Summary
NoFieldsException Exception thrown if an insert query doesn't specify insert or default fields.
RSS feed
Powered by Drupal