RuntimeException:
Hi there
Thrown in
public/demo.php
on line 37
| 32 | $page->headers = []; // do not redirect actually |
|---|---|
| 33 | return $page; |
| 34 | })(), |
| 35 | 'error' => new ErrorPage(), |
| 36 | 'exception' => (function () { |
| 37 | throw new RuntimeException('Hi there'); |
| 38 | })(), |
| 39 | 'source' => new DebugShowSourcePage(__FILE__), |
| 40 | })->render(); |
| 41 | } catch (Exception|Error $e) { |
| 42 | new DebugExceptionPage($e)->render(); |
| 0 | public/demo.php:38 |
{closure:public/demo.php:36} |
|---|