class TransactionExplicitCommitNotAllowedException

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException
  2. 10 core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException
  3. 11.x core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException

Exception to deny attempts to explicitly manage transactions.

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

Hierarchy

Expanded class hierarchy of TransactionExplicitCommitNotAllowedException

File

core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php, line 11

Namespace

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

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.