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

Breadcrumb

  1. Drupal Core 11.1.x

TransactionExplicitCommitNotAllowedException.php

Namespace

Drupal\Core\Database

File

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

View source
<?php

namespace Drupal\Core\Database;


/**
 * Exception to deny attempts to explicitly manage transactions.
 *
 * This exception will be thrown when the client connection commit() is called.
 * Code should never call this method directly.
 */
class TransactionExplicitCommitNotAllowedException extends TransactionException implements DatabaseException {

}

Classes

Title Deprecated Summary
TransactionExplicitCommitNotAllowedException Exception to deny attempts to explicitly manage transactions.
RSS feed
Powered by Drupal