Command: Add PhpDoc

This commit is contained in:
Sukhwinder Dhillon 2023-08-15 17:16:55 +02:00 committed by raviks789
parent 1c06aad72f
commit a4744833bc
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@ abstract class Command
return $this->trace;
}
/**
* @param $msg
*
* @throws IcingaException
*/
public function fail($msg)
{
throw new IcingaException('%s', $msg);