Skip to content

Commit

Permalink
fix max attempts exception namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark1Z committed Jun 6, 2018
1 parent de4eee7 commit 913fb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Worker/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use SfCod\QueueBundle\Failer\FailedJobProviderInterface;
use SfCod\QueueBundle\Handler\ExceptionHandlerInterface;
use SfCod\QueueBundle\Job\JobContractInterface;
use SfCod\QueueBundle\MaxAttemptsExceededException;
use SfCod\QueueBundle\Exception\MaxAttemptsExceededException;
use SfCod\QueueBundle\Queue\QueueInterface;
use SfCod\QueueBundle\Service\JobProcess;
use SfCod\QueueBundle\Service\QueueManager;
Expand Down

0 comments on commit 913fb92

Please sign in to comment.