mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
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…
x
Reference in New Issue
Block a user