You are here

TransactionOutOfOrderException.php in Drupal 10

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

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