Is there a built-in renderer for unhandled exceptions when using the RazorFormat plugin?
Our service is throwing an exception, but ServiceStack is rendering the corresponding Razor view anyway (just with empty data). I would have expected Razor to pick up the error in the ResponseStatus property and display something like ASP.Net's YSOD.
Edit: Our DebugMode on HostConfig is set to 'true'.