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