Revert example.php to throw exception

This commit is contained in:
filp
2013-03-13 23:51:26 +00:00
parent 89d59e8773
commit 9bcb0804aa
+1 -2
View File
@@ -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()