summaryrefslogtreecommitdiffstats
path: root/library/Icinga/Data/Filter/FilterException.php
blob: 842d7ab6f1963a4fba945f9570f609fd66dd7d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */

namespace Icinga\Data\Filter;

use Icinga\Exception\IcingaException;

/**
 * Filter Exception Class
 *
 * Filter Exceptions should be thrown on filter parse errors or similar
 */
class FilterException extends IcingaException
{
}