2014-06-30 15:21:35 +02:00
|
|
|
<?php
|
2015-02-04 10:46:36 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
2014-06-30 15:21:35 +02:00
|
|
|
|
|
|
|
namespace Icinga\Module\Doc\Exception;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Exception thrown if a documentation directory is empty
|
|
|
|
*/
|
2015-02-06 17:24:01 +01:00
|
|
|
class DocEmptyException extends DocException
|
|
|
|
{
|
|
|
|
}
|