mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Add new QueryException
This commit is contained in:
parent
ee63dfd310
commit
36681bb55a
12
library/Icinga/Exception/QueryException.php
Normal file
12
library/Icinga/Exception/QueryException.php
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?php
|
||||||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||||||
|
|
||||||
|
namespace Icinga\Exception;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Exception thrown if a query contains invalid parameters
|
||||||
|
*/
|
||||||
|
class QueryException extends IcingaException
|
||||||
|
{
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user