TransactionNoActiveException.php
Same filename in other branches
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. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.