class DatabaseTransactionExplicitCommitNotAllowedException
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 \DatabaseTransactionExplicitCommitNotAllowedException extends \Exception
Expanded class hierarchy of DatabaseTransactionExplicitCommitNotAllowedException
Related topics
File
- includes/database/database.inc, line 1838
- Core systems for the database layer.
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/includes!database!database.inc/class/DatabaseTransactionExplicitCommitNotAllowedException/7.x