class TransactionOutOfOrderException

Exception thrown when a rollback() resulted in other active transactions being rolled-back.

Hierarchy

Expanded class hierarchy of TransactionOutOfOrderException

2 files declare their use of TransactionOutOfOrderException
Connection.php in drupal/core/lib/Drupal/Core/Database/Connection.php
Definition of Drupal\Core\Database\Connection
TransactionTest.php in drupal/core/modules/system/lib/Drupal/system/Tests/Database/TransactionTest.php
Definition of Drupal\system\Tests\Database\TransactionTest.

File

drupal/core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php, line 13
Definition of Drupal\Core\Database\TransactionOutOfOrderException

Namespace

Drupal\Core\Database
View source
class TransactionOutOfOrderException extends TransactionException implements DatabaseException {

}

Members