23 require_once(
"./Services/Exceptions/lib/Whoops/Run.php");
24 require_once(
"./Services/Exceptions/lib/Whoops/Handler/HandlerInterface.php");
25 require_once(
"./Services/Exceptions/lib/Whoops/Handler/Handler.php");
48 if (defined(
"IL_INITIAL_WD"))
52 $handler = $this->error_handling->getHandler();
53 $handler->setRun($this->
getRun());
handle()
Last missing method from HandlerInterface.
__construct(ilErrorHandling $error_handling)
Abstract implementation of a Handler.
A Whoops error handler that delegates calls on it self to another handler that is created only in the...