mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 08:15:14 +00:00
12 lines
219 B
PHP
12 lines
219 B
PHP
<?php
|
|
/**
|
|
* Resque exception.
|
|
*
|
|
* @package Resque
|
|
* @author Chris Boulton <chris@bigcommerce.com>
|
|
* @license http://www.opensource.org/licenses/mit-license.php
|
|
*/
|
|
class Resque_Exception extends Exception
|
|
{
|
|
}
|
|
?>
|