15 lines
241 B
PHP
15 lines
241 B
PHP
|
<?php
|
||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
// {{{ICINGA_LICENSE_HEADER}}}
|
||
|
|
||
|
namespace Icinga\Module\Doc\Exception;
|
||
|
|
||
|
use Exception;
|
||
|
|
||
|
/**
|
||
|
* Exception thrown if an error in the documentation module occurs
|
||
|
*/
|
||
|
class DocException extends Exception
|
||
|
{
|
||
|
}
|