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

14 lines
305 B
PHP
Raw Normal View History

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