2014-02-11 09:27:42 -05: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
|
2014-02-11 09:27:42 -05:00
|
|
|
|
2014-06-30 09:18:22 -04:00
|
|
|
namespace Icinga\Module\Doc\Exception;
|
2014-02-11 09:27:42 -05:00
|
|
|
|
2015-02-10 11:04:46 -05:00
|
|
|
use Icinga\Exception\IcingaException;
|
2014-02-11 09:27:42 -05:00
|
|
|
|
2014-06-30 09:18:22 -04:00
|
|
|
/**
|
2014-07-28 12:53:41 -04:00
|
|
|
* Exception thrown if an error in the documentation module's library occurs
|
2014-06-30 09:18:22 -04:00
|
|
|
*/
|
2015-02-10 11:04:46 -05:00
|
|
|
class DocException extends IcingaException
|
2015-02-06 11:24:01 -05:00
|
|
|
{
|
|
|
|
|
}
|