ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
HandlerInterface.php
Go to the documentation of this file.
1<?php
7namespace Whoops\Handler;
8
9use Exception;
11use Whoops\Run;
12
14{
18 public function handle();
19
24 public function setRun(Run $run);
25
30 public function setException(Exception $exception);
31
37}
setInspector(Inspector $inspector)
setException(Exception $exception)
Whoops - php errors for cool kids.