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