add Resque_RedisException

This commit is contained in:
Chris Boulton 2015-02-02 14:13:36 -08:00 committed by Chris Boulton
parent 81cb92b964
commit af570212b3

View 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
{
}
?>