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

File

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

Namespace

Drupal\Core\Database

Members

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!TransactionExplicitCommitNotAllowedException.php/class/TransactionExplicitCommitNotAllowedException/8.1.x