Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

TransactionOutOfOrderException.php

Namespace

Drupal\Core\Database

File

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

View source
<?php

namespace Drupal\Core\Database;


/**
 * Exception 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 when a rollBack() resulted in other active transactions being rolled-back.
RSS feed
Powered by Drupal