ILIAS  release_8 Revision v8.24
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! AN ERROR OCCURRED... PLEASE INCLUDE THE FOLLOWING OUTPUT AS ADDITIONAL INFORMATION IN YOUR BUG REPORT.\n\n"
32 . $this->getExceptionOutput();
33 }
34}
A Whoops error handler that prints the same content as the PrettyPageHandler but as plain text.
getExceptionOutput()
Get a short info about the exception.
A Whoops error handler for testing.