You are here

class TransactionException in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/TransactionException.php \Drupal\Core\Database\TransactionException

Exception thrown by an error in a database transaction.

Hierarchy

Expanded class hierarchy of TransactionException

File

core/lib/Drupal/Core/Database/TransactionException.php, line 8

Namespace

Drupal\Core\Database
View source
class TransactionException extends \RuntimeException implements DatabaseException {

}

Members