MissingParameterException: extend IcingaException

refs #6931
This commit is contained in:
Alexander Klimov 2014-08-25 12:14:18 +02:00
parent 9c5878cbbe
commit 013aad8f73

View File

@ -4,12 +4,10 @@
namespace Icinga\Exception; namespace Icinga\Exception;
use RuntimeException;
/** /**
* Class MissingParameterException * Class MissingParameterException
* @package Icinga\Exception * @package Icinga\Exception
*/ */
class MissingParameterException extends RuntimeException class MissingParameterException extends IcingaException
{ {
} }