mirror of
https://github.com/Icinga/icingaweb2-module-reactbundle.git
synced 2025-10-24 00:44:12 +02:00
9 lines
113 B
PHP
9 lines
113 B
PHP
<?php
|
|
class Bad_PHP_Job
|
|
{
|
|
public function perform()
|
|
{
|
|
throw new Exception('Unable to run this job!');
|
|
}
|
|
}
|
|
?>
|