You are here

TransactionNoActiveException.php in Drupal 10

File

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

namespace Drupal\Core\Database;


/**
 * Exception for when popTransaction() is called with no active transaction.
 */
class TransactionNoActiveException extends TransactionException implements DatabaseException {

}

Classes

Namesort descending Description
TransactionNoActiveException Exception for when popTransaction() is called with no active transaction.