Skip to content

Commit af57021

Browse files
committed
add Resque_RedisException
1 parent 81cb92b commit af57021

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lib/Resque/RedisException.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
/**
3+
* Redis related exceptions
4+
*
5+
* @package Resque
6+
* @author Chris Boulton <[email protected]>
7+
* @license http://www.opensource.org/licenses/mit-license.php
8+
*/
9+
class Resque_RedisException extends Resque_Exception
10+
{
11+
}
12+
?>

0 commit comments

Comments
 (0)