| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
A Whoops error handler for testing. More...
 Inheritance diagram for ilTestingHandler:
 Collaboration diagram for ilTestingHandler:Public Member Functions | |
| generateResponse () | |
  Public Member Functions inherited from ilPlainTextHandler | |
| withExclusionList (array $exclusion_list) | |
| generateResponse () | |
Additional Inherited Members | |
  Protected Member Functions inherited from ilPlainTextHandler | |
| getSimpleExceptionOutput (Throwable $exception) | |
| getPlainTextExceptionOutput (bool $with_previous=true) | |
| Get a short info about the exception.  More... | |
| tablesContent () | |
| Get the header for the page.  More... | |
| tables () | |
| Get the tables that should be rendered.  More... | |
  Protected Attributes inherited from ilPlainTextHandler | |
| const | KEY_SPACE = 25 | 
A Whoops error handler for testing.
This yields the same output as the plain text handler, but prints a nice message to the tester on top of the page.
Definition at line 27 of file class.ilTestingHandler.php.
| ilTestingHandler::generateResponse | ( | ) | 
Definition at line 29 of file class.ilTestingHandler.php.
References ilPlainTextHandler\getPlainTextExceptionOutput().
 Here is the call graph for this function: