class NoFieldsException in Drupal 7
Exception thrown if an insert query doesn't specify insert or default fields.
Hierarchy
- class \NoFieldsException extends \Exception
Expanded class hierarchy of NoFieldsException
Related topics
File
- includes/
database/ database.inc, line 1938 - Core systems for the database layer.
View source
class NoFieldsException extends Exception {
}