2014-02-11 15:27:42 +01:00
|
|
|
<?php
|
2016-02-08 15:41:00 +01:00
|
|
|
/* Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
|
2014-02-11 15:27:42 +01:00
|
|
|
|
2014-06-30 15:18:22 +02:00
|
|
|
namespace Icinga\Module\Doc\Exception;
|
2014-02-11 15:27:42 +01:00
|
|
|
|
2015-02-10 17:04:46 +01:00
|
|
|
use Icinga\Exception\IcingaException;
|
2014-02-11 15:27:42 +01:00
|
|
|
|
2014-06-30 15:18:22 +02:00
|
|
|
/**
|
2014-07-28 18:53:41 +02:00
|
|
|
* Exception thrown if an error in the documentation module's library occurs
|
2014-06-30 15:18:22 +02:00
|
|
|
*/
|
2015-02-10 17:04:46 +01:00
|
|
|
class DocException extends IcingaException
|
2015-02-06 17:24:01 +01:00
|
|
|
{
|
|
|
|
}
|