Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php \Drupal\Core\Database\IntegrityConstraintViolationException
  2. 9 core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php \Drupal\Core\Database\IntegrityConstraintViolationException

Exception thrown if a query would violate an integrity constraint.

This exception is thrown e.g. when trying to insert a row that would violate a unique key constraint.

Hierarchy

Expanded class hierarchy of IntegrityConstraintViolationException

8 files declare their use of IntegrityConstraintViolationException
BatchBidSerialUpdateTest.php in core/modules/system/tests/src/Functional/Update/BatchBidSerialUpdateTest.php
DatabaseLockBackend.php in core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
EntityDefinitionUpdateTest.php in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
form.inc in core/includes/form.inc
Functions for form and batch generation and processing.
InsertTest.php in core/tests/Drupal/KernelTests/Core/Database/InsertTest.php

... See full list

File

core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php, line 11

Namespace

Drupal\Core\Database
View source
class IntegrityConstraintViolationException extends \RuntimeException implements DatabaseException {

}

Members