Sha256: aee334f083ff1ea6dbea34a36d12475c5f1c20055a5db32ec1758d18f02aa52e
Contents?: true
Size: 660 Bytes
Versions: 6
Compression:
Stored size: 660 Bytes
Contents
<h1> <%=h @exception.class.to_s %> in <% #= #h request.parameters["controller"].capitalize if request.parameters["controller"]%>#<%=h request.parameters["action"] %> </h1> <p> Showing <i><%=h @exception.file_name %></i> where line <b>#<%=h @exception.line_number %></b> raised: <pre><code><%=h @exception.message %></code></pre> </p> <p>Extracted source (around line <b>#<%=h @exception.line_number %></b>): <pre><code><%=h @exception.source_extract %></code></pre></p> <p><%=h @exception.sub_template_message %></p> <% @real_exception = @exception @exception = @exception.original_exception || @exception %> <% @exception = @real_exception %>
Version data entries
6 entries across 6 versions & 1 rubygems