TransactionNoActiveException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Database/TransactionNoActiveException.php
  2. 8.9.x core/lib/Drupal/Core/Database/TransactionNoActiveException.php
  3. 11.x 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

Title Deprecated Summary
TransactionNoActiveException Exception for when popTransaction() is called with no active transaction.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.