mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
9c5878cbbe
commit
013aad8f73
@ -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
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user