mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-09 09:20:37 -04:00
10 lines
223 B
PHP
10 lines
223 B
PHP
<?php
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
// {{{ICINGA_LICENSE_HEADER}}}
|
|
|
|
namespace Icinga\Module\Doc\Exception;
|
|
|
|
/**
|
|
* Exception thrown if a documentation directory is empty
|
|
*/
|
|
class DocEmptyException extends DocException {}
|