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