<% if @status.to_s == "404" %> Sorry, this page is missing! <% else %>
<%= image_tag 'exception_handler/alert.png', width: "150", alt: "Error!", title: "Sorry, A Server Error Occurred" %>
<%= details[:name] %> <%= details[:message] %>
<% ExceptionHandler.config.social.each do |item, address| %> <%= link_to image_tag("exception_handler/contact/#{item}.png", title: item.to_s.titleize), address, target: :blank %> <% end %>
<% end %>