mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Command: Add PhpDoc
This commit is contained in:
parent
1c06aad72f
commit
a4744833bc
@ -141,6 +141,11 @@ abstract class Command
|
||||
return $this->trace;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param $msg
|
||||
*
|
||||
* @throws IcingaException
|
||||
*/
|
||||
public function fail($msg)
|
||||
{
|
||||
throw new IcingaException('%s', $msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user