Add new QueryException
This commit is contained in:
parent
ee63dfd310
commit
36681bb55a
|
@ -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…
Reference in New Issue