doc module: Add `DocEmptyException'

refs #4820
This commit is contained in:
Eric Lippmann 2014-06-30 15:21:35 +02:00
parent 0382e2265c
commit a8e6dda783
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<?php
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}
namespace Icinga\Module\Doc\Exception;
/**
* Exception thrown if a documentation directory is empty
*/
class DocEmptyException extends DocException
{
}