php-resque/lib/Resque/Job/DontPerform.php

12 lines
270 B
PHP
Raw Normal View History

2011-03-27 07:42:46 +00:00
<?php
/**
* Exception to be thrown if a job should not be performed/run.
*
* @package Resque/Job
* @author Chris Boulton <chris@bigcommerce.com>
2011-03-27 07:42:46 +00:00
* @license http://www.opensource.org/licenses/mit-license.php
*/
class Resque_Job_DontPerform extends Exception
{
}