<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl>" %> <%@ Import Namespace="VideoGameQuotes.Api" %> <% if (Model.User == null || Model.User.Group < UserGroup.Admin) { return; } if (Model.Exception != null) { %>

Exception Details

<% Html.RenderPartial("RecursiveExceptionView", Model.Exception); } else { %>

No exception was thrown.

<% } %>