X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FIntegrityConstraintViolationException.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FDatabase%2FIntegrityConstraintViolationException.php;h=6c6b87cf1c0dd13c12d467bc90de5c07fc71c88b;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=753010eee21aea6a037ea30f3191a3bdf2413434;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php b/web/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php index 753010eee..6c6b87cf1 100644 --- a/web/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php +++ b/web/core/lib/Drupal/Core/Database/IntegrityConstraintViolationException.php @@ -8,4 +8,4 @@ namespace Drupal\Core\Database; * 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 { } +class IntegrityConstraintViolationException extends \RuntimeException implements DatabaseException {}