Backup of db before drupal security update
[yaffs-website] / web / core / lib / Drupal / Core / Database / Query / NoFieldsException.php
1 <?php
2
3 namespace Drupal\Core\Database\Query;
4
5 use Drupal\Core\Database\DatabaseException;
6
7 /**
8  * Exception thrown if an insert query doesn't specify insert or default fields.
9  */
10 class NoFieldsException extends \InvalidArgumentException implements DatabaseException {}