<% if @exceptions.empty? %> <% end %> <% @exceptions.each do |exception| %> <% end %>
Type Occurrences Date Show

No exception registered

<%= exception.class_name %>

<%= exception.message %>

<%= exception.occurrences %> <%= 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' %>