mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-23 17:50:20 -05:00
13 lines
214 B
PHP
13 lines
214 B
PHP
|
|
<?php
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
|
||
|
|
namespace Icinga\Exception;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Exception thrown if a query contains invalid parameters
|
||
|
|
*/
|
||
|
|
class QueryException extends IcingaException
|
||
|
|
{
|
||
|
|
}
|