23use Whoops\Handler\Handler;
47 if (defined(
"IL_INITIAL_WD")) {
50 $handler = $this->error_handling->getHandler();
51 $handler->setRun($this->getRun());
52 $handler->setException($this->getException());
53 $handler->setInspector($this->getInspector());
An exception for terminatinating execution or to throw for unit testing.
__construct(ilErrorHandling $error_handling)
handle()
Last missing method from HandlerInterface.