9f7526fc5f5db84d36eb569c77184762673f9b82
[yaffs-website] / web / core / lib / Drupal / Core / Database / TransactionCommitFailedException.php
1 <?php
2
3 namespace Drupal\Core\Database;
4
5 /**
6  * Exception thrown when a commit() function fails.
7  */
8 class TransactionCommitFailedException extends TransactionException implements DatabaseException { }