mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
doc/lib: Let DocException extend IcingaException
This commit is contained in:
parent
c95838a33d
commit
377685d802
@ -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…
x
Reference in New Issue
Block a user