You are here

class DatabaseTransactionCannotCommitAfterRollbackException in Drupal driver for SQL Server and SQL Azure 8

Same name and namespace in other branches
  1. 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/DatabaseTransactionCannotCommitAfterRollbackException.php \Drupal\Driver\Database\sqlsrv\DatabaseTransactionCannotCommitAfterRollbackException

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 DatabaseTransactionCannotCommitAfterRollbackException

File

drivers/lib/Drupal/Driver/Database/sqlsrv/DatabaseTransactionCannotCommitAfterRollbackException.php, line 19
Contains \Drupal\Driver\Database\sqlsrv\DatabaseTransactionCannotCommitAfterRollbackException.

Namespace

Drupal\Driver\Database\sqlsrv
View source
class DatabaseTransactionCannotCommitAfterRollbackException extends TransactionException implements DatabaseException {

}

Members