You are here

class TransactionException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/TransactionException.php \Drupal\Core\Database\TransactionException

Exception thrown by an error in a database transaction.

Hierarchy

Expanded class hierarchy of TransactionException

File

core/lib/Drupal/Core/Database/TransactionException.php, line 13
Contains \Drupal\Core\Database\TransactionException.

Namespace

Drupal\Core\Database
View source
class TransactionException extends \RuntimeException implements DatabaseException {

}

Members