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