mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-06-03 21:53:08 -04:00
doc/lib: Let DocException extend IcingaException
This commit is contained in:
parent
c95838a33d
commit
377685d802
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@
|
|||
|
||||
namespace Icinga\Module\Doc\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
use Icinga\Exception\IcingaException;
|
||||
|
||||
/**
|
||||
* Exception thrown if an error in the documentation module's library occurs
|
||||
*/
|
||||
class DocException extends RuntimeException
|
||||
class DocException extends IcingaException
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue