You are here

InvalidTransactionStateException.php in Transaction 8

Namespace

Drupal\transaction

File

src/InvalidTransactionStateException.php
View source
<?php

namespace Drupal\transaction;


/**
 * Thrown when a transaction is not in a proper state.
 */
class InvalidTransactionStateException extends \Exception {

}

Classes

Namesort descending Description
InvalidTransactionStateException Thrown when a transaction is not in a proper state.