mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-23 09:50:04 -05:00
13 lines
230 B
PHP
13 lines
230 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
/**
|
|
* Class MissingParameterException
|
|
* @package Icinga\Exception
|
|
*/
|
|
class MissingParameterException extends IcingaException
|
|
{
|
|
}
|