You are here

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

Same name and namespace in other branches
  1. 7.2 sqlsrv/transaction.inc \DatabaseTransactionCannotCommitAfterRollbackException

Thrown when the user is trying to commit a rollbacked transaction.

Hierarchy

Expanded class hierarchy of DatabaseTransactionCannotCommitAfterRollbackException

File

sqlsrv/transaction.inc, line 110

View source
class DatabaseTransactionCannotCommitAfterRollbackException extends Exception {

}

Members