Add new QueryException

This commit is contained in:
Alexander Fuhr 2014-10-06 11:30:48 +02:00
parent ee63dfd310
commit 36681bb55a
1 changed files with 12 additions and 0 deletions

View 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
{
}