class DatabaseTransactionCannotCommitAfterRollbackException in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 7.3 sqlsrv/transaction.inc \DatabaseTransactionCannotCommitAfterRollbackException
Thrown when the user is trying to commit a rollbacked transaction.
Hierarchy
- class \DatabaseTransactionCannotCommitAfterRollbackException extends \Exception
Expanded class hierarchy of DatabaseTransactionCannotCommitAfterRollbackException
File
- sqlsrv/
transaction.inc, line 110
View source
class DatabaseTransactionCannotCommitAfterRollbackException extends Exception {
}