mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-11 10:10:11 +02:00
14 lines
230 B
PHP
14 lines
230 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
/**
|
|
* Class MissingParameterException
|
|
* @package Icinga\Exception
|
|
*/
|
|
class MissingParameterException extends IcingaException
|
|
{
|
|
}
|