<% if @exceptions.empty? %>

No exceptions for this request

<% else %>
<% @exceptions.each do |exception| %> <% end %>
Type Date Show

<%= exception.class_name %>

<%= exception.message %>

<%= exception.created_at.strftime("%Y-%m-%d %H:%M:%S") %> <%= link_to 'Show', rails_live_dashboard.exception_path(exception), class: 'text-indigo-600 hover:text-indigo-900' %>
<% end %>