Sha256: 456a60ca3faed193c525f930a2fbb7df8d6ca4c0d4485b5f7abbf1a37d513d84

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 Bytes

Contents

A <%=raw @exception.class %> occurred:

  <%=
    out = raw @exception.message
    if @exception.inspect.any? && !@exception.inspect.starts_with?("#<#{@exception.class}") && @exception.message != @exception.inspect
      out << "\n  / #{raw(@exception.inspect)}"
    end
    out
  %>
  <%=raw @backtrace.first %>

<%=raw @sections.map { |section| render_section(section) }.join %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
averell-exception_notification-1.0.20110124 views/exception_notifier/exception_notification_without_request.rhtml