TransactionException.php

Same filename in other branches
  1. 9 core/lib/Drupal/Core/Database/TransactionException.php
  2. 10 core/lib/Drupal/Core/Database/TransactionException.php
  3. 11.x core/lib/Drupal/Core/Database/TransactionException.php

Namespace

Drupal\Core\Database

File

core/lib/Drupal/Core/Database/TransactionException.php

View source
<?php

namespace Drupal\Core\Database;


/**
 * Exception thrown by an error in a database transaction.
 */
class TransactionException extends \RuntimeException implements DatabaseException {

}

Classes

Title Deprecated Summary
TransactionException Exception thrown by an error in a database transaction.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.