LockWaitTimeoutException.php 224 Bytes
Newer Older
1 2 3 4 5 6 7
<?php

namespace Doctrine\DBAL\Exception;

/**
 * Exception for a lock wait timeout error of a transaction detected in the driver.
 */
8
class LockWaitTimeoutException extends ServerException implements RetryableException
9 10
{
}