2014-10-06 11:30:48 +02:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013 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
|
|
|
|
{
|
|
|
|
}
|