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

Commit

Permalink
Add exception interface for Beanstalkd exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jurian Sluiman committed Apr 21, 2014
1 parent 831aa7f commit 5958423
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 5958423

Please sign in to comment.