You are here

TransactionNoActiveException.php in Zircon Profile 8

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

File

core/lib/Drupal/Core/Database/TransactionNoActiveException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Database\TransactionNoActiveException.
 */
namespace Drupal\Core\Database;


/**
 * Exception for when popTransaction() is called with no active transaction.
 */
class TransactionNoActiveException extends TransactionException implements DatabaseException {

}

Classes

Namesort descending Description
TransactionNoActiveException Exception for when popTransaction() is called with no active transaction.