icingaweb2/library/Icinga/Exception/InvalidPropertyException.php

12 lines
215 B
PHP
Raw Normal View History

2014-09-12 10:18:48 +02:00
<?php
/* 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
*/
class InvalidPropertyException extends IcingaException
{
}