You are here

class TransactionNoActiveException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/TransactionNoActiveException.php \Drupal\Core\Database\TransactionNoActiveException

Exception for when popTransaction() is called with no active transaction.

Hierarchy

Expanded class hierarchy of TransactionNoActiveException

1 file declares its use of TransactionNoActiveException
TransactionTest.php in core/modules/system/src/Tests/Database/TransactionTest.php
Contains \Drupal\system\Tests\Database\TransactionTest.

File

core/lib/Drupal/Core/Database/TransactionNoActiveException.php, line 13
Contains \Drupal\Core\Database\TransactionNoActiveException.

Namespace

Drupal\Core\Database
View source
class TransactionNoActiveException extends TransactionException implements DatabaseException {

}

Members