mirror of
https://github.com/idanoo/php-resque.git
synced 2024-11-22 16:25:14 +00:00
9 lines
94 B
PHP
9 lines
94 B
PHP
|
<?php
|
||
|
class PHP_Error_Job
|
||
|
{
|
||
|
public function perform()
|
||
|
{
|
||
|
callToUndefinedFunction();
|
||
|
}
|
||
|
}
|
||
|
?>
|