ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilSetupErrorHandling.php
Go to the documentation of this file.
1 <?php
2 require_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 }
devmodeHandler()
Get the handler to be used in DEVMODE.