Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / IntegrityConstraintViolationException.php
index 753010eee21aea6a037ea30f3191a3bdf2413434..6c6b87cf1c0dd13c12d467bc90de5c07fc71c88b 100644 (file)
@@ -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 {}