You are here

TransactionOutOfOrderException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php

File

core/lib/Drupal/Core/Database/TransactionOutOfOrderException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Database\TransactionOutOfOrderException.
 */
namespace Drupal\Core\Database;


/**
 * Exception thrown when a rollback() resulted in other active transactions being rolled-back.
 */
class TransactionOutOfOrderException extends TransactionException implements DatabaseException {

}

Classes

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