TransactionException.php
Namespace
Drupal\Core\DatabaseFile
-
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.