Compare commits
2 Commits
6e5f929dc3
...
70080bf80a
| Author | SHA1 | Date | |
|---|---|---|---|
|
70080bf80a
|
|||
|
6c23728c85
|
@@ -1,10 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Service\Remote;
|
||||
|
||||
use App\Service\Remote\Exception\AuthorizeException;
|
||||
use Exception;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Symfony\Component\HttpClient\Exception\TransportException;
|
||||
|
||||
trait RetryingFailClientTrait
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user