mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-06-19 21:30:12 +02:00
13 lines
224 B
PHP
13 lines
224 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
|
|
{
|
|
}
|