--TEST-- Test rethrowing in custom exception handler --FILE-- setDefaultLogger(new TestLogger()); throw new \Exception('foo'); ?> --EXPECTF-- LOG: Uncaught Exception: foo EHLO Exception {%S #message: "foo" #code: 0 #file: "%s" #line: 27 }