From af570212b35b55bc4f8e546208ae1ff358ef613b Mon Sep 17 00:00:00 2001 From: Chris Boulton Date: Mon, 2 Feb 2015 14:13:36 -0800 Subject: [PATCH] add Resque_RedisException --- lib/Resque/RedisException.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lib/Resque/RedisException.php diff --git a/lib/Resque/RedisException.php b/lib/Resque/RedisException.php new file mode 100644 index 0000000..ca654a0 --- /dev/null +++ b/lib/Resque/RedisException.php @@ -0,0 +1,12 @@ + + * @license http://www.opensource.org/licenses/mit-license.php + */ +class Resque_RedisException extends Resque_Exception +{ +} +?> \ No newline at end of file