mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 16:25:14 +00:00
12 lines
238 B
PHP
12 lines
238 B
PHP
|
<?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
|
||
|
{
|
||
|
}
|
||
|
?>
|