2015-05-08 09:17:36 -04:00
|
|
|
<?php
|
2026-03-26 12:46:27 -04:00
|
|
|
|
|
|
|
|
// SPDX-FileCopyrightText: 2018 Icinga GmbH <https://icinga.com>
|
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
2015-05-08 09:17:36 -04:00
|
|
|
|
|
|
|
|
namespace Icinga\Exception;
|
|
|
|
|
|
|
|
|
|
class StatementException extends IcingaException
|
|
|
|
|
{
|
|
|
|
|
}
|