2014-09-12 10:18:48 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
2014-09-12 10:18:48 +02:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Exception thrown if a property does not exist
|
|
|
|
*/
|
2017-01-27 14:48:59 +01:00
|
|
|
class InvalidPropertyException extends IcingaException
|
|
|
|
{
|
|
|
|
}
|