ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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)