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

12 lines
285 B
PHP
Raw Normal View History

2010-04-18 13:58:43 +00:00
<?php
/**
* Runtime exception class for a job that does not exit cleanly.
*
* @package Resque/Job
* @author Chris Boulton <chris@bigcommerce.com>
2010-04-18 13:58:43 +00:00
* @license http://www.opensource.org/licenses/mit-license.php
*/
class Resque_Job_DirtyExitException extends RuntimeException
{
}