2014-06-30 15:21:35 +02:00
|
|
|
<?php
|
2015-02-03 16:27:59 +01:00
|
|
|
/* Icinga Web 2 | (c) 2013-2015 Icinga Development Team | http://www.gnu.org/licenses/gpl-2.0.txt */
|
2014-06-30 15:21:35 +02:00
|
|
|
|
|
|
|
namespace Icinga\Module\Doc\Exception;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Exception thrown if a documentation directory is empty
|
|
|
|
*/
|
2014-07-28 18:55:54 +02:00
|
|
|
class DocEmptyException extends DocException {}
|