% if @exceptions.empty? %>
No exceptions for this request
<% else %>Type | Date | Show |
---|---|---|
<%= exception.class_name %> <%= exception.message %> |
<%= exception.created_at.strftime("%Y-%m-%d %H:%M:%S") %> | <%= link_to 'Show', exception_path(exception), class: 'text-indigo-600 hover:text-indigo-900' %> |