mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +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