parent
45638b218c
commit
afd0c20c42
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
namespace Icinga\Data\Filter;
|
namespace Icinga\Data\Filter;
|
||||||
|
|
||||||
use Exception;
|
use Icinga\Exception\IcingaException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filter Exception Class
|
* Filter Exception Class
|
||||||
*
|
*
|
||||||
* Filter Exceptions should be thrown on filter parse errors or similar
|
* Filter Exceptions should be thrown on filter parse errors or similar
|
||||||
*/
|
*/
|
||||||
class FilterException extends Exception {}
|
class FilterException extends IcingaException {}
|
||||||
|
|
Loading…
Reference in New Issue