On this page
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
- class \Drupal\Core\Database\TransactionException extends \RuntimeException implements DatabaseException
- class \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException implements DatabaseException
File
- core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php, line 11
Namespace
Drupal\Core\DatabaseMembers
© 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