mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
add Resque_RedisException
This commit is contained in:
parent
81cb92b964
commit
af570212b3
12
lib/Resque/RedisException.php
Normal file
12
lib/Resque/RedisException.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Redis related exceptions
|
||||||
|
*
|
||||||
|
* @package Resque
|
||||||
|
* @author Chris Boulton <chris@bigcommerce.com>
|
||||||
|
* @license http://www.opensource.org/licenses/mit-license.php
|
||||||
|
*/
|
||||||
|
class Resque_RedisException extends Resque_Exception
|
||||||
|
{
|
||||||
|
}
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user