| Path : /var/www/html/solarwindia/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/ |
| Current File : //var/www/html/solarwindia/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/RetryableException.php |
<?php
namespace Doctrine\DBAL\Exception;
/**
* Marker interface for all exceptions where retrying the transaction makes sense.
*/
interface RetryableException
{
}