class DatabaseTransactionNoActiveException

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

Hierarchy

Expanded class hierarchy of DatabaseTransactionNoActiveException

Related topics

File

drupal/includes/database/database.inc, line 1843
Core systems for the database layer.

View source
class DatabaseTransactionNoActiveException extends Exception {

}

Members