mirror of
https://github.com/idanoo/php-resque
synced 2025-07-01 05:32:20 +00:00
add Resque_RedisException
This commit is contained in:
parent
81cb92b964
commit
af570212b3
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue