Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

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.
RSS feed
Powered by Drupal