Your IP : 216.73.216.220


Current Path : /var/www/surf/TYPO3/vendor/doctrine/dbal/src/Exception/
Upload File :
Current File : /var/www/surf/TYPO3/vendor/doctrine/dbal/src/Exception/RetryableException.php

<?php

namespace Doctrine\DBAL\Exception;

use Throwable;

/**
 * Marker interface for all exceptions where retrying the transaction makes sense.
 *
 * @psalm-immutable
 */
interface RetryableException extends Throwable
{
}