NoUniqueFieldException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\Database\QueryFile
core/lib/Drupal/Core/Database/Query/NoUniqueFieldException.phpView source
<?php
namespace Drupal\Core\Database\Query;
use Drupal\Core\Database\DatabaseException;
/**
* Exception thrown if an upsert query doesn't specify a unique field.
*/
class NoUniqueFieldException extends \InvalidArgumentException implements DatabaseException {
}
Classes
Name | Description |
---|---|
NoUniqueFieldException | Exception thrown if an upsert query doesn't specify a unique field. |