mirror of
https://github.com/filp/whoops.git
synced 2026-09-04 22:48:11 +00:00
Revert example.php to throw exception
This commit is contained in:
+1
-2
@@ -40,8 +40,7 @@ $run->pushHandler(function($exception, $inspector, $run) {
|
||||
$run->register();
|
||||
|
||||
function fooBar() {
|
||||
// throw new Exception("Something broke!");
|
||||
file("FAIILL");
|
||||
throw new Exception("Something broke!");
|
||||
}
|
||||
|
||||
function bar()
|
||||
|
||||
Reference in New Issue
Block a user