
| Current Path : /var/www/html/store1/web/core/lib/Drupal/Core/Database/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store1/web/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php |
<?php
namespace Drupal\Core\Database;
/**
* 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.
*/
class IntegrityConstraintViolationException extends \RuntimeException implements DatabaseException {}