Exception to deny attempts to explicitly manage transactions.
This exception will be thrown when the PDO connection commit() is called. Code should never call this method directly.
Hierarchy
- class \Drupal\Core\Database\TransactionException extends \RuntimeException implements DatabaseException
- class \Drupal\Core\Database\TransactionExplicitCommitNotAllowedException implements DatabaseException
File
- core/lib/Drupal/Core/Database/TransactionExplicitCommitNotAllowedException.php, line 11
Namespace
Drupal\Core\Database
Please login to continue.