You are here

class TransactionExplicitCommitNotAllowedException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 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 PDO 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 16
Contains \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException.

Namespace

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

}

Members