ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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"
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.