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