ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilTestingHandler.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
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"
33 }
34}
A Whoops error handler that prints the same content as the PrettyPageHandler but as plain text.
getPlainTextExceptionOutput(bool $with_previous=true)
Get a short info about the exception.
A Whoops error handler for testing.