ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilSetupErrorHandling.php
Go to the documentation of this file.
1<?php
2require_once 'Services/Init/classes/class.ilErrorHandling.php';
7{
11 public function getHandler()
12 {
13 global $ilLog;
14 if ($ilLog) {
15 $ilLog->write("err");
16 }
17 return $this->devmodeHandler();
18 }
19}
An exception for terminatinating execution or to throw for unit testing.
devmodeHandler()
Get the handler to be used in DEVMODE.
getHandler()
Get a handler for an error or exception.Uses Whoops Pretty Page Handler in DEVMODE and the legacy ILI...