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 #30 from juriansluiman/feature/slm-queue-beanstalk…
Browse files Browse the repository at this point in the history
…d-exception

Add exception interface for Beanstalkd exceptions
  • Loading branch information
bakura10 committed Apr 21, 2014
2 parents 831aa7f + 5958423 commit 3452a44
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SlmQueueBeanstalkd/Exception/ExceptionInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

namespace SlmBeanstalkdQueue\Exception;

use SlmQueue\Exception\ExceptionInterface as BaseExceptionInterface;

interface ExceptionInterface extends BaseExceptionInterface
{
}

0 comments on commit 3452a44

Please sign in to comment.