mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-11 01:20:21 -04:00
9 lines
252 B
PHP
9 lines
252 B
PHP
<?php
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
/**
|
|
* Exception thrown if a property does not exist
|
|
*/
|
|
class InvalidPropertyException extends IcingaException {}
|