summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Data/Filter/FilterParseException.php
blob: f2b732bc4a62b5d7324180cb976596cdef9ccb26 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Data\Filter;

use Icinga\Exception\IcingaException;

class FilterParseException extends IcingaException
{
}