Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #31 from juriansluiman/feature/slm-queue-beanstalk…
Browse files Browse the repository at this point in the history
…d-exception

Use the new Beanstalkd ExceptionInterface
  • Loading branch information
Jurian Sluiman committed Apr 21, 2014
2 parents cccc64e + 13b83ed commit 58cb3b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace SlmQueueBeanstalkd\Worker\Exception;

use SlmQueue\Exception\ExceptionInterface;
use SlmQueueBeanstalkd\Exception\ExceptionInterface;
use InvalidArgumentException;

class InvalidQueueException extends InvalidArgumentException implements ExceptionInterface
Expand Down

0 comments on commit 58cb3b5

Please sign in to comment.