2014-10-06 11:30:48 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-10-06 11:30:48 +02:00
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
|
|
|
/**
|
2015-07-22 12:00:59 +02:00
|
|
|
* Exception thrown if a query encountered an error
|
2014-10-06 11:30:48 +02:00
|
|
|
*/
|
|
|
|
class QueryException extends IcingaException
|
|
|
|
{
|
|
|
|
}
|