doc module: Add `ChapterNotFoundException'

refs #4820
This commit is contained in:
Eric Lippmann 2014-06-30 15:21:16 +02:00
parent 93cc24a93a
commit 0382e2265c
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 chapter was not found
*/
class ChapterNotFoundException extends DocException
{
}