"plugin/git@forgeb1.univ-lehavre.fr:khraimes/cours.git" n'existait pas sur "363685967d4c75a22e67d71ab1c7698b0a5eb7a2"
Newer
Older
Klaranouba7
a validé
<?php
namespace Doctrine\DBAL\Exception;
use Throwable;
/**
* Marker interface for all exceptions where retrying the transaction makes sense.
*
* @psalm-immutable
*/
interface RetryableException extends Throwable
{
}