TransactionNoActiveException.php
Namespace
Drupal\Core\DatabaseFile
-
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. |