TransactionNoActiveException.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Drupal\Core\DatabaseFile
core/lib/Drupal/Core/Database/TransactionNoActiveException.phpView source
<?php
/**
* @file
* Contains \Drupal\Core\Database\TransactionNoActiveException.
*/
namespace Drupal\Core\Database;
/**
* Exception for when popTransaction() is called with no active transaction.
*/
class TransactionNoActiveException extends TransactionException implements DatabaseException {
}
Classes
Name | Description |
---|---|
TransactionNoActiveException | Exception for when popTransaction() is called with no active transaction. |