updated-packages
This commit is contained in:
@@ -2,9 +2,13 @@
|
||||
|
||||
namespace Doctrine\DBAL\Exception;
|
||||
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* Marker interface for all exceptions where retrying the transaction makes sense.
|
||||
*
|
||||
* @psalm-immutable
|
||||
*/
|
||||
interface RetryableException
|
||||
interface RetryableException extends Throwable
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user