Sha256: 00f90796d7c1aa7c6200fd24b8096f9f6027c50d7dae690a36a63b65f2f2ea21

Contents?: true

Size: 439 Bytes

Versions: 2

Compression:

Stored size: 439 Bytes

Contents

# Exception: <%=exception.class.name %>

Exception: <%=exception.class.name %>
Timestamp: <%= timestamp %>
<% if !exception.message.nil? && exception.message != '' %>
Message:   <%= exception.message %>
<% end %>


<% if exception.backtrace %>
## Backtrace

<% exception.backtrace.each do |line| %>
<%= line %>
<% end %>
<% end %>


<% if log_entries.any? %>
## Log

<% log_entries.each do |entry| %>
<%= entry.to_s %>
<% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dreamcatcher-0.0.2 lib/dreamcatcher/templates/generic_exception.text.erb
dreamcatcher-0.0.1 lib/dreamcatcher/templates/generic_exception.text.erb