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…
Reference in New Issue