1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00
sinatra/files/error.erb

10 lines
117 B
Text
Raw Normal View History

2007-09-25 13:42:13 -04:00
<h2>Error!</h2>
<h3>
<%= @error.message %>
</h3>
<div id="backtrace">
<%= @error.backtrace.join('<br/>') %>
</div>