You are here

class TransactionOutOfOrderException in Drupal 8

Same name and namespace in other branches
  1. 9 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

Expanded class hierarchy of TransactionOutOfOrderException

1 file declares its use of TransactionOutOfOrderException
TransactionTest.php in core/tests/Drupal/KernelTests/Core/Database/TransactionTest.php

File

core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php, line 8

Namespace

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

}

Members