lib: Add `InvalidPropertyException'
This commit is contained in:
parent
c0e3447339
commit
beecf16ad0
|
@ -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…
Reference in New Issue