icingaweb2/library/Icinga/Exception/QueryException.php

12 lines
213 B
PHP
Raw Normal View History

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