Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Database / TransactionException.php
index 3b35a313496cc4b3552d7025824cc75b5bd3f19b..c0380da54900e7afbc4984f4397ac63526363685 100644 (file)
@@ -5,4 +5,4 @@ namespace Drupal\Core\Database;
 /**
  * Exception thrown by an error in a database transaction.
  */
-class TransactionException extends \RuntimeException implements DatabaseException { }
+class TransactionException extends \RuntimeException implements DatabaseException {}