blob: e7bcf324ae6e044e10db2d97604fc6edb5e3b7f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
namespace Icinga\Exception;
/**
* Exception thrown if a property does not exist
*/
class InvalidPropertyException extends IcingaException
{
}
|