ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
◀ ilDoc Overview
class.ilTestingHandler.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
27
class
ilTestingHandler
extends
ilPlainTextHandler
28
{
29
public
function
generateResponse
(): string
30
{
31
return
"Dear Tester - it seems that something has gone wrong. Please include the following output as additional information in your bug report. Thank you.\n\n"
32
. $this->
getPlainTextExceptionOutput
();
33
}
34
}
ilPlainTextHandler
A Whoops error handler that prints the same content as the PrettyPageHandler but as plain text.
Definition:
class.ilPlainTextHandler.php:29
ilPlainTextHandler\getPlainTextExceptionOutput
getPlainTextExceptionOutput(bool $with_previous=true)
Get a short info about the exception.
Definition:
class.ilPlainTextHandler.php:69
ilTestingHandler
A Whoops error handler for testing.
Definition:
class.ilTestingHandler.php:28
ilTestingHandler\generateResponse
generateResponse()
Definition:
class.ilTestingHandler.php:29
components
ILIAS
Init
classes
ErrorHandling
class.ilTestingHandler.php
Generated on Sat Dec 13 2025 23:02:29 for ILIAS by
1.9.4 (using
Doxyfile
)