Definition of Drupal\Core\Database\TransactionNoActiveException
<?php
/**
* @file
* Definition of Drupal\Core\Database\TransactionNoActiveException
*/
namespace Drupal\Core\Database;
/**
* Exception for when popTransaction() is called with no active transaction.
*/
class TransactionNoActiveException extends TransactionException implements DatabaseException {
}
Name | Description |
---|---|
TransactionNoActiveException | Exception for when popTransaction() is called with no active transaction. |