You are here

ExecutionTimeoutException.php in Transaction 8

File

src/Exception/ExecutionTimeoutException.php
View source
<?php

namespace Drupal\transaction\Exception;


/**
 * Thrown when a transaction execution time exceeds the allowed threshold.
 */
class ExecutionTimeoutException extends \RuntimeException {

}

Classes

Namesort descending Description
ExecutionTimeoutException Thrown when a transaction execution time exceeds the allowed threshold.