ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
HandlerInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Whoops\Handler;
8 
11 
13 {
17  public function handle();
18 
23  public function setRun(RunInterface $run);
24 
29  public function setException($exception);
30 
35  public function setInspector(Inspector $inspector);
36 }
Whoops - php errors for cool kids.
setInspector(Inspector $inspector)