TransactionCommitFailedException.php
Same filename in other branches
Namespace
Drupal\Core\DatabaseFile
-
core/
lib/ Drupal/ Core/ Database/ TransactionCommitFailedException.php
View source
<?php
namespace Drupal\Core\Database;
/**
* Exception thrown when a commit() function fails.
*/
class TransactionCommitFailedException extends TransactionException implements DatabaseException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
TransactionCommitFailedException | Exception thrown when a commit() function fails. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.