Sha256: ff7a46f69e507291970b95b8f1cc735c160a8bbfe7c3b42570d7ff325e9c07b0
Contents?: true
Size: 457 Bytes
Versions: 6
Compression:
Stored size: 457 Bytes
Contents
<% unless @request.nil? -%> <%= @request.protocol %><%= @host %><%= @request.request_uri %> <% end -%> A <%= @exception.class %> occurred in <%= @location %>: <%= @exception.message %> <%= @backtrace.first %> <% unless @the_blamed.nil? || @the_blamed[:author].nil? %> Git Blame: '<%=@the_blamed[:author]%>' last modified line #<%=@the_blamed[:line]%> in <%=@the_blamed[:file]%> <% end%> <%= @sections.map { |section| render_section(section) }.join %>
Version data entries
6 entries across 6 versions & 1 rubygems