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

drupal/includes/database/database.inc, line 1676

View code
<?php
class DatabaseTransactionExplicitCommitNotAllowedException extends Exception { }
?>

Related topics