Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / TransactionCommitFailedException.php
index 9f7526fc5f5db84d36eb569c77184762673f9b82..f1dbf95654306a10543f6fe62fea2d739878a25f 100644 (file)
@@ -5,4 +5,4 @@ namespace Drupal\Core\Database;
 /**
  * Exception thrown when a commit() function fails.
  */
-class TransactionCommitFailedException extends TransactionException implements DatabaseException { }
+class TransactionCommitFailedException extends TransactionException implements DatabaseException {}