TransactionOutOfOrderException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php
  2. 8.9.x core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php
  3. 10 core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php

Namespace

Drupal\Core\Database

File

core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php

View source
<?php

namespace Drupal\Core\Database;


/**
 * Exception thrown transactions are out of order.
 *
 * This is thrown when a rollBack() resulted in other active transactions being
 * rolled-back.
 */
class TransactionOutOfOrderException extends TransactionException implements DatabaseException {

}

Classes

Title Deprecated Summary
TransactionOutOfOrderException Exception thrown transactions are out of order.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.