doc module: Move `DocException' beneath `Exception' namespace
There are more exceptions to come which also will be beneath the `Exception' namespace. refs #4820
This commit is contained in:
parent
e73471030c
commit
93cc24a93a
|
@ -2,10 +2,13 @@
|
|||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
// {{{ICINGA_LICENSE_HEADER}}}
|
||||
|
||||
namespace Icinga\Module\Doc;
|
||||
namespace Icinga\Module\Doc\Exception;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Exception thrown if an error in the documentation module occurs
|
||||
*/
|
||||
class DocException extends Exception
|
||||
{
|
||||
}
|
Loading…
Reference in New Issue