for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Resque exception.
*
* @package Resque
* @author Chris Boulton <[email protected]>
* @license http://www.opensource.org/licenses/mit-license.php
*/
class Resque_Exception extends Exception
{
}