Fix MissingParameterException's PHPDoc

refs #8886
This commit is contained in:
Eric Lippmann 2015-04-07 10:48:37 +02:00
parent aae1d05684
commit 4d795494fc
1 changed files with 1 additions and 2 deletions

View File

@ -4,8 +4,7 @@
namespace Icinga\Exception;
/**
* Class MissingParameterException
* @package Icinga\Exception
* Exception thrown if a mandatory parameter was not given
*/
class MissingParameterException extends IcingaException
{