class DatabaseTransactionCannotCommitAfterRollbackException in Drupal driver for SQL Server and SQL Azure 8.2
Same name and namespace in other branches
- 8 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
- class \Drupal\Core\Database\TransactionException extends \Drupal\Core\Database\RuntimeException implements DatabaseException
- class \Drupal\Driver\Database\sqlsrv\DatabaseTransactionCannotCommitAfterRollbackException implements DatabaseException
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\sqlsrvView source
class DatabaseTransactionCannotCommitAfterRollbackException extends TransactionException implements DatabaseException {
}