aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/middleware/templates/rescues/missing_template.erb
blob: ca14215946e0383602ecc223865d084f24ef4472 (plain) (blame)
1
2
3
4
5
6
7
<header>
  <h1>Template is missing</h1>
</header>

<div id="container">
  <h2><%= @exception.message %></h2>
</div>