You are here

TransactionException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Database/TransactionException.php

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

Namesort descending Description
TransactionException Exception thrown by an error in a database transaction.