mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 16:25:14 +00:00
13 lines
263 B
PHP
13 lines
263 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Resque exception.
|
||
|
*
|
||
|
* @package Resque
|
||
|
* @author Chris Boulton <chris.boulton@interspire.com>
|
||
|
* @copyright (c) 2010 Chris Boulton
|
||
|
* @license http://www.opensource.org/licenses/mit-license.php
|
||
|
*/
|
||
|
class Resque_Exception extends Exception
|
||
|
{
|
||
|
}
|
||
|
?>
|