Sha256: 9066b79708e9985de536140fd1af73ebc23132c70584279f68a0a0318df41fa0

Contents?: true

Size: 380 Bytes

Versions: 2

Compression:

Stored size: 380 Bytes

Contents

%html
  %head
    %style{:type => "text/css"}
      body { font-family: helvetica, verdana, arial; font-size: 10pt;}
  %body
    %h1
      = @exception.class.name
      in
      = @exception.filename

    %p= @exception.original_exception.message
  
    = @exception.source_extract.gsub(/\n/, "<br/>")


    %h2 Backtrace

    = @exception.backtrace.join("<br/>")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
staticmatic3-2.1.10 lib/staticmatic/templates/rescues/template.haml
staticmatic3-2.1.9 lib/staticmatic/templates/rescues/template.haml