--TEST-- Test rethrowing in custom exception handler --FILE-- setDefaultLogger(new TestLogger()); ini_set('display_errors', 1); throw new \Exception('foo'); ?> --EXPECTF-- Uncaught Exception: foo 123 Fatal error: Uncaught %s:25 Stack trace: %a