class TransactionOutOfOrderException
Same name in other branches
- 9 core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php \Drupal\Core\Database\TransactionOutOfOrderException
- 8.9.x core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php \Drupal\Core\Database\TransactionOutOfOrderException
- 10 core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php \Drupal\Core\Database\TransactionOutOfOrderException
Exception thrown when a rollBack() resulted in other active transactions being rolled-back.
Hierarchy
- class \Drupal\Core\Database\TransactionException extends \Drupal\Core\Database\RuntimeException implements \Drupal\Core\Database\DatabaseException
- class \Drupal\Core\Database\TransactionOutOfOrderException extends \Drupal\Core\Database\TransactionException implements \Drupal\Core\Database\DatabaseException
Expanded class hierarchy of TransactionOutOfOrderException
2 files declare their use of TransactionOutOfOrderException
- DriverSpecificTransactionTestBase.php in core/
tests/ Drupal/ KernelTests/ Core/ Database/ DriverSpecificTransactionTestBase.php - TransactionManagerBase.php in core/
lib/ Drupal/ Core/ Database/ Transaction/ TransactionManagerBase.php
File
-
core/
lib/ Drupal/ Core/ Database/ TransactionOutOfOrderException.php, line 8
Namespace
Drupal\Core\DatabaseView source
class TransactionOutOfOrderException extends TransactionException implements DatabaseException {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.