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. |