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

Namespace

Drupal\Core\Database

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.