mirror of
https://github.com/idanoo/php-resque
synced 2025-06-30 21:22:20 +00:00
8 lines
No EOL
110 B
PHP
8 lines
No EOL
110 B
PHP
<?php
|
|
class Bad_PHP_Job
|
|
{
|
|
public function perform()
|
|
{
|
|
throw new Exception('Unable to run this job!');
|
|
}
|
|
} |