parent
9c5878cbbe
commit
013aad8f73
|
@ -4,12 +4,10 @@
|
|||
|
||||
namespace Icinga\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
/**
|
||||
* Class MissingParameterException
|
||||
* @package Icinga\Exception
|
||||
*/
|
||||
class MissingParameterException extends RuntimeException
|
||||
class MissingParameterException extends IcingaException
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue