ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilSetupErrorHandling.php
Go to the documentation of this file.
1<?php
2require_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}
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...