MissingParameterException: extend IcingaException

refs #6931
This commit is contained in:
Alexander Klimov 2014-08-25 12:14:18 +02:00
parent 9c5878cbbe
commit 013aad8f73
1 changed files with 1 additions and 3 deletions

View File

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