You are here

class ExecutionTimeoutException in Transaction 8

Thrown when a transaction execution time exceeds the allowed threshold.

Hierarchy

Expanded class hierarchy of ExecutionTimeoutException

1 file declares its use of ExecutionTimeoutException
TransactorHandler.php in src/TransactorHandler.php

File

src/Exception/ExecutionTimeoutException.php, line 8

Namespace

Drupal\transaction\Exception
View source
class ExecutionTimeoutException extends \RuntimeException {

}

Members