mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-21 12:54:26 +02:00
lib: Add `InvalidPropertyException'
This commit is contained in:
parent
c0e3447339
commit
beecf16ad0
10
library/Icinga/Exception/InvalidPropertyException.php
Normal file
10
library/Icinga/Exception/InvalidPropertyException.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
|
|
||||||
|
namespace Icinga\Exception;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Exception thrown if a property does not exist
|
||||||
|
*/
|
||||||
|
class InvalidPropertyException extends IcingaException {}
|
Loading…
x
Reference in New Issue
Block a user