icingaweb2/library/Icinga/Exception/QueryException.php

14 lines
256 B
PHP
Raw Permalink Normal View History

2014-10-06 05:30:48 -04:00
<?php
// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2014-10-06 05:30:48 -04:00
namespace Icinga\Exception;
/**
* Exception thrown if a query encountered an error
2014-10-06 05:30:48 -04:00
*/
class QueryException extends IcingaException
{
}