vd/vendor/doctrine/dbal/lib/Doctrine/DBAL/Exception/RetryableException.php
2018-12-10 10:30:56 +08:00

11 lines
167 B
PHP

<?php
namespace Doctrine\DBAL\Exception;
/**
* Marker interface for all exceptions where retrying the transaction makes sense.
*/
interface RetryableException
{
}