Sha256: 510e5691e13e1d025528969f62c39db1275815a7c41cec99aed31550c7db1b9f
Contents?: true
Size: 792 Bytes
Versions: 1
Compression:
Stored size: 792 Bytes
Contents
<h3> Exception: <%=exception.class.name %> </h3> <table> <tr> <th style="text-align: left;"> Exception </th> <td> <code><%=exception.class.name %></code> </td> </tr> <tr> <th style="text-align: left;"> Timestamp </th> <td> <%= timestamp %> </td> </tr> <% if !exception.message.nil? && exception.message != '' %> <tr> <th style="text-align: left;"> Message </th> <td> <%= exception.message %> </td> </tr> <% end %> </table> <% if exception.backtrace %> <h3> Backtrace </h3> <pre style="font-family:monospace; overflow-x: visible;"> <%= exception.backtrace.join("\n") %> </pre> <% end %> <% if log_entries.any? %> <h3> Log </h3> <pre style="font-family:monospace;"> <% log_entries.each do |entry| %> <%= entry.to_s %> <% end %> </pre> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dreamcatcher-0.0.2 | lib/dreamcatcher/templates/generic_exception.html.erb |