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…
Reference in New Issue