ILIAS
release_8 Revision v8.23
◀ 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! AN ERROR OCCURRED... PLEASE INCLUDE THE FOLLOWING OUTPUT AS ADDITIONAL INFORMATION IN YOUR BUG REPORT.\n\n"
32
. $this->
getExceptionOutput
();
33
}
34
}
ilTestingHandler\generateResponse
generateResponse()
Definition:
class.ilTestingHandler.php:29
ilPlainTextHandler
A Whoops error handler that prints the same content as the PrettyPageHandler but as plain text...
Definition:
class.ilPlainTextHandler.php:28
ilPlainTextHandler\getExceptionOutput
getExceptionOutput()
Get a short info about the exception.
Definition:
class.ilPlainTextHandler.php:58
ilTestingHandler
A Whoops error handler for testing.
Definition:
class.ilTestingHandler.php:27
Services
Exceptions
classes
class.ilTestingHandler.php
Generated on Wed Sep 3 2025 22:02:26 for ILIAS by
1.8.13 (using
Doxyfile
)