Skip to content

Commit

Permalink
lib: Add `InvalidPropertyException'
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Sep 12, 2014
1 parent c0e3447 commit beecf16
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/Icinga/Exception/InvalidPropertyException.php
@@ -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 {}

0 comments on commit beecf16

Please sign in to comment.