lib: Add `InvalidPropertyException'

This commit is contained in:
Eric Lippmann 2014-09-12 10:18:48 +02:00
parent c0e3447339
commit beecf16ad0
1 changed files with 10 additions and 0 deletions

View 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 {}