Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / Query / NoUniqueFieldException.php
1 <?php
2
3 namespace Drupal\Core\Database\Query;
4
5 use Drupal\Core\Database\DatabaseException;
6
7 /**
8  * Exception thrown if an upsert query doesn't specify a unique field.
9  */
10 class NoUniqueFieldException extends \InvalidArgumentException implements DatabaseException {}