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
}
ilSetupErrorHandling
Definition:
class.ilSetupErrorHandling.php:6
ilSetupErrorHandling\getHandler
getHandler()
Definition:
class.ilSetupErrorHandling.php:10
$ilLog
$ilLog
Definition:
inc.setup_header.php:130
ilErrorHandling
Definition:
class.ilErrorHandling.php:34
ilErrorHandling\devmodeHandler
devmodeHandler()
Get the handler to be used in DEVMODE.
Definition:
class.ilErrorHandling.php:404
php
setup
classes
class.ilSetupErrorHandling.php
Generated on Fri Jan 17 2025 19:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)