Sha256: 94a7c6c4f2c0ca2ee414fdfb6951a4eea31947f7eae8c9aa9f21785c8440a00b
Contents?: true
Size: 678 Bytes
Versions: 1
Compression:
Stored size: 678 Bytes
Contents
<h1> <%=h exception.original_exception.class.name %> 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> <%= render :template => "exceptron/local_exceptions/_trace" %> <%= render :template => "exceptron/local_exceptions/_request_and_response" %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exceptron-0.0.2 | lib/exceptron/views/exceptron/local_exceptions/template_error.erb |