ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilSetupErrorHandling.php
Go to the documentation of this file.
1 <?php
2 require_once 'Services/Init/classes/class.ilErrorHandling.php';
10  public function getHandler() {
11  global $ilLog;
12  if($ilLog) {
13  $ilLog->write("err");
14  }
15  return $this->devmodeHandler();
16  }
17 }
devmodeHandler()
Get the handler to be used in DEVMODE.