ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilSetupErrorHandling.php
Go to the documentation of this file.
1
<?
php
2
require_once
'Services/Init/classes/class.ilErrorHandling.php'
;
6
class
ilSetupErrorHandling
extends
ilErrorHandling
{
10
public
function
getHandler
() {
11
global
$ilLog
;
12
if
(
$ilLog
) {
13
$ilLog
->write(
"err"
);
14
}
15
return
$this->
devmodeHandler
();
16
}
17
}
php
An exception for terminatinating execution or to throw for unit testing.
ilErrorHandling
Definition:
class.ilErrorHandling.php:35
ilErrorHandling\devmodeHandler
devmodeHandler()
Get the handler to be used in DEVMODE.
Definition:
class.ilErrorHandling.php:404
ilSetupErrorHandling
Definition:
class.ilSetupErrorHandling.php:6
ilSetupErrorHandling\getHandler
getHandler()
Get a handler for an error or exception.Uses Whoops Pretty Page Handler in DEVMODE and the legacy ILI...
Definition:
class.ilSetupErrorHandling.php:10
$ilLog
$ilLog
Definition:
inc.setup_header.php:130
setup
classes
class.ilSetupErrorHandling.php
Generated on Fri Oct 3 2025 19:01:06 for ILIAS by
1.9.4 (using
Doxyfile
)