class TransactionExplicitCommitNotAllowedException

Exception to deny attempts to explicitly manage transactions.

This exception will be thrown when the PDO connection commit() is called. Code should never call this method directly.

Hierarchy

Expanded class hierarchy of TransactionExplicitCommitNotAllowedException

File

drupal/core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php, line 16
Definition of Drupal\Core\Database\TransactionExplicitCommitNotAllowedException

Namespace

Drupal\Core\Database
View source
class TransactionExplicitCommitNotAllowedException extends TransactionException implements DatabaseException {

}

Members